Class MemoryCache.CacheRecord
Inheritance
System.Object
MemoryCache.CacheRecord
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
protected class CacheRecord : Object, MemoryCache.ICacheRecordMetadata
Constructors
CacheRecord(String, Byte[], DateTime, Boolean)
Declaration
public CacheRecord(string fileName, byte[] tileBody, DateTime fileExpires, bool useMetaFiles)
Parameters
System.
|
System.
|
System.
|
System.
|
Properties
Expires
Declaration
public DateTime Expires { get; }
Property Value
System.
|
Implements
FileName
Declaration
public string FileName { get; }
Property Value
System.
|
Implements
FileStorageLength
Declaration
public long FileStorageLength { get; }
Property Value
System.
|
Implements
LastAccess
Declaration
public DateTime LastAccess { get; }
Property Value
System.
|