Namespace Innovt.Core.Caching
Classes
LocalCache
Represents a local caching service that implements the ICacheService interface using an in-memory cache provided by IMemoryCache.
MultiLayerCacheService
Represents a multi-layer caching service that implements the ICacheService interface.
Interfaces
ICacheService
Represents a caching service interface for storing and retrieving data.