C# 클래스 Lending.Execution.Auth.Caching.SessionCache

상속: ICache
파일 보기 프로젝트 열기: joshilewis/lending 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( ) : void
SessionCache ( ISession session ) : System
this ( string key ) : string

메소드 상세

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

SessionCache() 공개 메소드

public SessionCache ( ISession session ) : System
session ISession
리턴 System

this() 공개 메소드

public this ( string key ) : string
key string
리턴 string