C# Class Util.Cache.CacheItem

Afficher le fichier Open project: jediskywalker/RTDeals

Méthodes publiques

Свойство Type Description
Content object
Key string
LastUpdate System.DateTime
LifeSpan int

Méthodes publiques

Méthode Description
CacheItem ( string key, object content, int lifeSpan ) : System

Private Methods

Méthode Description
CacheItem ( ) : System

Method Details

CacheItem() public méthode

public CacheItem ( string key, object content, int lifeSpan ) : System
key string
content object
lifeSpan int
Résultat System

Property Details

Content public_oe property

public object Content
Résultat object

Key public_oe property

public string Key
Résultat string

LastUpdate public_oe property

public DateTime,System LastUpdate
Résultat System.DateTime

LifeSpan public_oe property

public int LifeSpan
Résultat int