Interface ICacheEntry<TKey>
Provides information about the item stored in cache
Assembly: NFX.dll
Syntax
public interface ICacheEntry<TKey>
Type Parameters
Properties
AgeSec
Declaration
Property Value
Type |
Description |
System.Int32 |
|
ExpirationUTC
Declaration
DateTime? ExpirationUTC { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Key
Declaration
Property Value
MaxAgeSec
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Priority
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Value
Returns value only if enumerator is in materializing mode, obtained by a call to AsEnumerable(withValues: true)
Declaration
Property Value
Type |
Description |
System.Object |
|
Extension Methods