Interface MemoryCache.ICacheRecordMetadata
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
protected interface ICacheRecordMetadata
Properties
Expires
Declaration
DateTime Expires { get; }
Property Value
|
System.DateTime
|
FileName
Declaration
string FileName { get; }
Property Value
|
System.String
|
FileStorageLength
Declaration
long FileStorageLength { get; }
Property Value
|
System.Int64
|
LastAccess
Declaration
DateTime LastAccess { get; }
Property Value
|
System.DateTime
|