IPolicyCache
public interface IPolicyCache : ICache
Inheritance
- interface ICache
Namespace
Methods
Get
public object Get(string cacheKey, Func<object> factory, TimeSpan? timeout, bool isSliding = false)
Set
public void Set(string cacheKey, Func<object> factory, TimeSpan? timeout = default(TimeSpan?),
bool isSliding = false)