Interface IDistributedCache<TCacheItem>
Represents a distributed cache of TCacheItem type.
Inherited Members
Namespace: Volo.Abp.Caching
Assembly: Volo.Abp.Caching.dll
Syntax
public interface IDistributedCache<TCacheItem> : IDistributedCache<TCacheItem, string> where TCacheItem : class
Type Parameters
| Name | Description |
|---|---|
| TCacheItem | The type of cache item being cached. |