C# 클래스 Netsy.Cache.CacheItem

An item in the cache
파일 보기 프로젝트 열기: AnthonySteele/Netsy 1 사용 예제들

공개 메소드들

메소드 설명
CacheItem ( string key, object value ) : System

Initializes a new instance of the CacheItem class

UpdateLastAccessed ( ) : void

Refresh the last accessed time

메소드 상세

CacheItem() 공개 메소드

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
리턴 System

UpdateLastAccessed() 공개 메소드

Refresh the last accessed time
public UpdateLastAccessed ( ) : void
리턴 void