Class
MemoryCache.CacheRecordMetadata

The CacheRecord metadata class.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
protected class MemoryCache.CacheRecordMetadata : MemoryCache.ICacheRecordMetadata

Inheritance: objectMemoryCache.CacheRecordMetadata

Implements: MemoryCache.ICacheRecordMetadata

Constructors

CacheRecordMetadata(string, DateTime, long, DateTime)

Initializes a new instance of the CacheRecordMetadata class.

Declaration

cs-api-definition
public CacheRecordMetadata(string name, DateTime fileExpires, long length, DateTime lastAccessDateTime)

Parameters

name

string

File name.

fileExpires

DateTime

Expires.

length

long

File length.

lastAccessDateTime

DateTime

Last access.

Properties

Expires

Expires DateTime.

Declaration

cs-api-definition
public DateTime Expires { get; }

Property Value

DateTime

Implements MemoryCache.ICacheRecordMetadata.Expires

FileName

File name.

Declaration

cs-api-definition
public string FileName { get; }

Property Value

string

Implements MemoryCache.ICacheRecordMetadata.FileName

FileStorageLength

File length.

Declaration

cs-api-definition
public long FileStorageLength { get; }

Property Value

long

Implements MemoryCache.ICacheRecordMetadata.FileStorageLength

LastAccess

Last access DateTime.

Declaration

cs-api-definition
public DateTime LastAccess { get; }

Property Value

DateTime

Implements MemoryCache.ICacheRecordMetadata.LastAccess