Class CacheEntry
One data entry in the cache
Namespace: i5.Toolkit.Core.Caching
Assembly: cs.temp.dll.dll
Syntax
public class CacheEntry
Constructors
CacheEntry(String, String, DateTime)
Creates a new cache entry
Declaration
public CacheEntry(string localFileName, string fileHash, DateTime cacheDate)
Parameters
Type | Name | Description |
---|---|---|
String | localFileName | The name of the file |
String | fileHash | The hash of the file |
DateTime | cacheDate | The date of the cache entry |
Fields
fileHash
Hash checksum of the file
Declaration
public string fileHash
Field Value
Type | Description |
---|---|
String |
localFileName
Name of the file
Declaration
public string localFileName
Field Value
Type | Description |
---|---|
String |
Properties
CacheDate
Date of the entry
Declaration
public DateTime CacheDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |