C# 클래스 Sdl.Web.Tridion.Caching.DD4TCacheAgentAdapter

Adapter class which exposes a DXA Cache Provider as DD4T Cache Agent.
상속: ICacheAgent
파일 보기 프로젝트 열기: sdl/dxa-web-application-dotnet

공개 메소드들

메소드 설명
Load ( string key ) : object
Store ( string key, object item ) : void
Store ( string key, object item, List dependOnTcmUris ) : void
Store ( string key, string region, object item ) : void
Store ( string key, string region, object item, List dependOnTcmUris ) : void

비공개 메소드들

메소드 설명
DetermineCacheRegion ( string key ) : string
ICacheAgent ( string key ) : void

메소드 상세

Load() 공개 메소드

public Load ( string key ) : object
key string
리턴 object

Store() 공개 메소드

public Store ( string key, object item ) : void
key string
item object
리턴 void

Store() 공개 메소드

public Store ( string key, object item, List dependOnTcmUris ) : void
key string
item object
dependOnTcmUris List
리턴 void

Store() 공개 메소드

public Store ( string key, string region, object item ) : void
key string
region string
item object
리턴 void

Store() 공개 메소드

public Store ( string key, string region, object item, List dependOnTcmUris ) : void
key string
region string
item object
dependOnTcmUris List
리턴 void