Class MemoryCache.CacheRecord
Represents the CacheRecord class.
Inheritance
System.Object
MemoryCache.CacheRecord
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
protected class CacheRecord : MemoryCache.ICacheRecordMetadata
Constructors
CacheRecord(String, Byte[], DateTime, Boolean)
Initializes a new instance of the CacheRecord class.
Declaration
public CacheRecord(string fileName, byte[] tileBody, DateTime fileExpires, bool useMetaFiles)
Parameters
System.String
fileName
File name. |
System.Byte[]
tileBody
Byte array of the tile image. |
System.DateTime
fileExpires
Expires time. |
System.Boolean
useMetaFiles
Use metafiles (isolated storage only). |
Properties
Expires
Gets cache expiration date.
Declaration
public DateTime Expires { get; }
Property Value
System.DateTime
|
Implements
FileName
File name.
Declaration
public string FileName { get; }
Property Value
System.String
|
Implements
FileStorageLength
Length of file in storage.
Declaration
public long FileStorageLength { get; }
Property Value
System.Int64
|
Implements
LastAccess
Gets date of the last access.
Declaration
public DateTime LastAccess { get; }
Property Value
System.DateTime
|