public CacheValueOf(T value)
     : this(value, StaticCachePolicy.CreateDefault())
 {
 }
Example #2
0
 public ICachePolicy GetPolicyFor(object cacheKey)
 {
     return(GetPolicyElementFor(cacheKey).IfNotNull(x => x.ToPolicy(), StaticCachePolicy.CreateDefault()));
 }