Namespace Volo.Abp.Caching
Classes
AbpCachingModule
AbpDistributedCacheOptions
CacheNameAttribute
DistributedCache<TCacheItem>
Represents a distributed cache of TCacheItem
type.
DistributedCache<TCacheItem, TCacheKey>
Represents a distributed cache of TCacheItem
type.
Uses a generic cache key type of TCacheKey
type.
DistributedCacheKeyNormalizeArgs
DistributedCacheKeyNormalizer
UnitOfWorkCacheItem<TValue>
UnitOfWorkCacheItemExtensions
Utf8JsonDistributedCacheSerializer
Interfaces
ICacheSupportsMultipleItems
IDistributedCache<TCacheItem>
Represents a distributed cache of TCacheItem
type.
IDistributedCache<TCacheItem, TCacheKey>
Represents a distributed cache of TCacheItem
type.
Uses a generic cache key type of TCacheKey
type.