Example #1
0
 public List <CacheRegion> GetCacheRegions(object entity)
 {
     return(CacheDepends.Select(o => CacheRegion.CreateByCacheKey(o.EntityType, o.RegionName, o.GetRegionCacheKey(entity))).ToList());
 }