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.
|
FileName
Declaration
string FileName { get; }
Property Value
System.
|
FileStorageLength
Declaration
long FileStorageLength { get; }
Property Value
System.
|
LastAccess
Declaration
DateTime LastAccess { get; }
Property Value
System.
|