Contains types for cache module implementations.

Classes

InMemoryCache This is the default in-memory cache module implementation. This module gets registered with the DI container automatically if no other cache module has been registered.
InMemoryCacheOptions
InvalidateLocalCacheMessage
ApplicationCacheExtensions Extension methods for the IApplicationCache interface.

Interfaces

IApplicationCache This interface must be implemented by Redakt caching service modules. The module can then be registered with the DI container.