ClassMemoryCache.CacheRecord
Class
Represents the CacheRecord class.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
protected class MemoryCache.CacheRecord : MemoryCache.ICacheRecordMetadata
Inheritance: objectMemoryCache.CacheRecord
Implements:
Constructors
CacheRecord(string, byte[], DateTime, bool)
Initializes a new instance of the CacheRecord class.
Properties
Expires
Gets cache expiration date.
FileName
File name.
FileStorageLength
Length of file in storage.
LastAccess
Gets date of the last access.
Declaration
cs-api-definition
public DateTime LastAccess { get; }
Property Value
Implements