Show / Hide Table of Contents

Class UnitOfWorkCacheItemExtensions

Inheritance
object
UnitOfWorkCacheItemExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
In this article
Back to top Powered by ABP.IO Platform