Class UnitOfWorkCacheItemExtensions
Inherited Members
Namespace: Volo.Abp.Caching
Assembly: Volo.Abp.Caching.dll
Syntax
public static class UnitOfWorkCacheItemExtensions
Methods
GetUnRemovedValueOrNull<TValue>(UnitOfWorkCacheItem<TValue>?)
Declaration
public static TValue? GetUnRemovedValueOrNull<TValue>(this UnitOfWorkCacheItem<TValue>? item) where TValue : class
Parameters
| Type | Name | Description |
|---|---|---|
| UnitOfWorkCacheItem<TValue> | item |
Returns
| Type | Description |
|---|---|
| TValue |
Type Parameters
| Name | Description |
|---|---|
| TValue |