コード例 #1
0
ファイル: CacheServerComponent.cs プロジェクト: atomom/MyGF
 public void Clear()
 {
     HumanCache = null;
 }
コード例 #2
0
ファイル: CacheServerComponent.cs プロジェクト: atomom/MyGF
 public void Init()
 {
     HumanCache = new CacheServer <HumanData>();
 }