TwoLevelCache constructor

namespace: Serenity   assemblySerenity.Net.Core

Creates a new TwoLevelCache instance

public TwoLevelCache(IMemoryCache memoryCache, IDistributedCache distributedCache)
parameter description
memoryCache Memory cache
distributedCache Distributed cache

See Also