예제 #1
0
 public CacheModel()
 {
     CacheItems    = new List <CacheItemModel>();
     Configuration = new CacheConfigurationModel();
 }
예제 #2
0
 public CacheModel()
 {
     CacheItems = new List<CacheItemModel>(); 
     Configuration = new CacheConfigurationModel();
 }