Ejemplo n.º 1
0
 public CacheModel()
 {
     CacheItems    = new List <CacheItemModel>();
     Configuration = new CacheConfigurationModel();
 }
Ejemplo n.º 2
0
 public CacheModel()
 {
     CacheItems = new List<CacheItemModel>(); 
     Configuration = new CacheConfigurationModel();
 }