Beispiel #1
0
 public void Clear()
 {
     HumanCache = null;
 }
Beispiel #2
0
 public void Init()
 {
     HumanCache = new CacheServer <HumanData>();
 }