C# Class Netsy.Cache.CacheItem

An item in the cache
Afficher le fichier Open project: AnthonySteele/Netsy Class Usage Examples

Méthodes publiques

Méthode Description
CacheItem ( string key, object value ) : System

Initializes a new instance of the CacheItem class

UpdateLastAccessed ( ) : void

Refresh the last accessed time

Method Details

CacheItem() public méthode

Initializes a new instance of the CacheItem class
public CacheItem ( string key, object value ) : System
key string the cache key
value object the value to cache
Résultat System

UpdateLastAccessed() public méthode

Refresh the last accessed time
public UpdateLastAccessed ( ) : void
Résultat void