ITwoLevelCache interface

namespace: Serenity.Abstractions   assemblySerenity.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