public CacheContainer() { collection = new CacheCollection(3000); }
public void Init() { petCache = new CacheCollection(1000); }
public void Init() { mailCache = new CacheCollection(1000); }
public void Init() { userCache = new CacheCollection(1000); }