ClassMemoryCache.CacheRecordMetadata
Class
The CacheRecord metadata class.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
protected class MemoryCache.CacheRecordMetadata : MemoryCache.ICacheRecordMetadata
Inheritance: objectMemoryCache.CacheRecordMetadata
Implements:
Constructors
CacheRecordMetadata(string, DateTime, long, DateTime)
Initializes a new instance of the CacheRecordMetadata class.
Properties
Expires
Expires DateTime.
FileName
File name.
FileStorageLength
File length.
LastAccess
Last access DateTime.
Declaration
cs-api-definition
public DateTime LastAccess { get; }
Property Value
Implements