C# Class Sdl.Web.Tridion.Caching.DD4TCacheAgentAdapter

Adapter class which exposes a DXA Cache Provider as DD4T Cache Agent.
Inheritance: ICacheAgent
ファイルを表示 Open project: sdl/dxa-web-application-dotnet

Public Methods

Method Description
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

Private Methods

Method Description
DetermineCacheRegion ( string key ) : string
ICacheAgent ( string key ) : void

Method Details

Load() public method

public Load ( string key ) : object
key string
return object

Store() public method

public Store ( string key, object item ) : void
key string
item object
return void

Store() public method

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

Store() public method

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

Store() public method

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