Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 461 Bytes

File metadata and controls

17 lines (12 loc) · 461 Bytes

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