Exemplo n.º 1
0
 public bool IsNeedCached(string typeName)
 {
     return(SingleTypeCacheConfig.IsExist(typeName));
 }
Exemplo n.º 2
0
 public bool IsNeedCached <T>() where T : ICacheable
 {
     return(SingleTypeCacheConfig.IsExist <T>());
 }