C# Class Util.Cache.CacheItem

Show file Open project: jediskywalker/RTDeals

Public Properties

Property Type Description
Content object
Key string
LastUpdate System.DateTime
LifeSpan int

Public Methods

Method Description
CacheItem ( string key, object content, int lifeSpan ) : System

Private Methods

Method Description
CacheItem ( ) : System

Method Details

CacheItem() public method

public CacheItem ( string key, object content, int lifeSpan ) : System
key string
content object
lifeSpan int
return System

Property Details

Content public property

public object Content
return object

Key public property

public string Key
return string

LastUpdate public property

public DateTime,System LastUpdate
return System.DateTime

LifeSpan public property

public int LifeSpan
return int