Class UnitOfWorkCacheItemExtensions
Inheritance
System.Object
UnitOfWorkCacheItemExtensions
Namespace: Volo.Abp.Caching
Assembly: Volo.Abp.Caching.dll
Syntax
public static class UnitOfWorkCacheItemExtensions : object
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 |