ITwoLevelCache interface
namespace: Serenity.Abstractions assembly: Serenity.Net.Core
An abstraction for a combination of in memory and distributed cache.
public interface ITwoLevelCache
Members
| name | description |
|---|---|
| Distributed { get; } | Gets the distributed cache |
| Memory { get; } | Gets the memory cache |
See Also
- Source: ITwoLevelCache.cs