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

Adapter class which exposes a DXA Cache Provider as DD4T Cache Agent.
Inheritance: ICacheAgent
Afficher le fichier Open project: sdl/dxa-web-application-dotnet

Méthodes publiques

Méthode 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

Méthode Description
DetermineCacheRegion ( string key ) : string
ICacheAgent ( string key ) : void

Method Details

Load() public méthode

public Load ( string key ) : object
key string
Résultat object

Store() public méthode

public Store ( string key, object item ) : void
key string
item object
Résultat void

Store() public méthode

public Store ( string key, object item, List dependOnTcmUris ) : void
key string
item object
dependOnTcmUris List
Résultat void

Store() public méthode

public Store ( string key, string region, object item ) : void
key string
region string
item object
Résultat void

Store() public méthode

public Store ( string key, string region, object item, List dependOnTcmUris ) : void
key string
region string
item object
dependOnTcmUris List
Résultat void