C# 클래스 Hiro.Web.SessionCache

A class that uses the web session state to cache service instances.
상속: ICache
파일 보기 프로젝트 열기: philiplaureano/Hiro

공개 메소드들

메소드 설명
SessionCache ( IHttpReferenceTracker tracker ) : System

Initializes a new instance of the SessionCache class.

this ( string key ) : object

Gets or sets the value indicating the key/value pair that will be stored in the current cache instance.

메소드 상세

SessionCache() 공개 메소드

Initializes a new instance of the SessionCache class.
public SessionCache ( IHttpReferenceTracker tracker ) : System
tracker IHttpReferenceTracker The tracker that will be used to store the created service instances
리턴 System

this() 공개 메소드

Gets or sets the value indicating the key/value pair that will be stored in the current cache instance.
public this ( string key ) : object
key string The key that will be associated with the cached value.
리턴 object