IEntityCache
public interface IEntityCache : IDisposable
Namespace
Properties
Keys
public IEnumerable<string> Keys { get; }
Methods
Clear
public void Clear()
Get
public object Get(string key)
GetAll
public IEnumerable<object> GetAll()
Remove
public void Remove(string key)
Set
public void Set(string key, Func<object> factory, TimeSpan? timeout = default(TimeSpan?),
bool isSliding = false)