TwoLevelCache constructor
namespace: Serenity assembly: Serenity.Net.Core
Creates a new TwoLevelCache instance
public TwoLevelCache(IMemoryCache memoryCache, IDistributedCache distributedCache)
| parameter | description |
|---|---|
| memoryCache | Memory cache |
| distributedCache | Distributed cache |
See Also
- class TwoLevelCache