Class EntityCacheItemWrapper<TEntityCacheItem>
Inheritance
EntityCacheItemWrapper<TEntityCacheItem>
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public class EntityCacheItemWrapper<TEntityCacheItem> where TEntityCacheItem : class
Type Parameters
Name |
Description |
TEntityCacheItem |
|
Constructors
EntityCacheItemWrapper(TEntityCacheItem?)
Declaration
public EntityCacheItemWrapper(TEntityCacheItem? value)
Parameters
Type |
Name |
Description |
TEntityCacheItem |
value |
|
Properties
Value
Declaration
public TEntityCacheItem? Value { get; set; }
Property Value
Type |
Description |
TEntityCacheItem |
|
Extension Methods