C# 클래스 NaiveSessionCache, UmbracoScripts

상속: TokenCache
파일 보기 프로젝트 열기: Shazwazza/UmbracoScripts 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
DeleteItem ( TokenCacheItem item ) : void
Load ( ) : void
NaiveSessionCache ( string userId )
Persist ( ) : void

비공개 메소드들

메소드 설명
AfterAccessNotification ( TokenCacheNotificationArgs args ) : void
BeforeAccessNotification ( TokenCacheNotificationArgs args ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

DeleteItem() 공개 메소드

public DeleteItem ( TokenCacheItem item ) : void
item TokenCacheItem
리턴 void

Load() 공개 메소드

public Load ( ) : void
리턴 void

NaiveSessionCache() 공개 메소드

public NaiveSessionCache ( string userId )
userId string

Persist() 공개 메소드

public Persist ( ) : void
리턴 void