Interface IDistributedCache<TCacheItem>
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 |
Properties
InternalCache
Declaration
IDistributedCache<TCacheItem, string> InternalCache { get; }
Property Value
| Type | Description |
|---|---|
| IDistributedCache<TCacheItem, string> |