Struct RandomAccessCache<TKey, TValue>.ReadSession
Represents a session that can be used to read the cache record value.
Implements
Inherited Members
Namespace: DotNext.Runtime.Caching
Assembly: DotNext.Threading.dll
Syntax
public readonly struct RandomAccessCache<TKey, TValue>.ReadSession : IDisposable
Remarks
While session alive, the record cannot be evicted.
Properties
| Edit this page View SourceValue
Gets the value of the cache record.
Declaration
public TValue Value { get; }
Property Value
Type | Description |
---|---|
TValue |