Interface MemoryCache.ICacheRecordMetadata
The CacheRecord metadata interface.
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
protected interface ICacheRecordMetadata
Properties
Expires
Expires DateTime.
Declaration
DateTime Expires { get; }
Property Value
System.DateTime
|
FileName
File name.
Declaration
string FileName { get; }
Property Value
System.String
|
FileStorageLength
File length.
Declaration
long FileStorageLength { get; }
Property Value
System.Int64
|
LastAccess
Last access DateTime.
Declaration
DateTime LastAccess { get; }
Property Value
System.DateTime
|