Represents the CacheRecord class.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
protected class MemoryCache.CacheRecord : MemoryCache.ICacheRecordMetadata
Inheritance: objectMemoryCache.CacheRecord
Implements:
Constructors
Initializes a new instance of the CacheRecord class.
Properties
Length of file in storage.
C#
public long FileStorageLength { get; }
Implements:
Gets date of the last access.
C#
public DateTime LastAccess { get; }
Implements: