Method | Description | |
---|---|---|
Load ( string key ) : object | ||
Store ( string key, object item ) : void | ||
Store ( string key, object item, List |
||
Store ( string key, string region, object item ) : void | ||
Store ( string key, string region, object item, List |
Method | Description | |
---|---|---|
DetermineCacheRegion ( string key ) : string | ||
ICacheAgent ( string key ) : void |
public Store ( string key, object item ) : void | ||
key | string | |
item | object | |
return | void |
public Store ( string key, object item, List |
||
key | string | |
item | object | |
dependOnTcmUris | List |
|
return | void |
public Store ( string key, string region, object item ) : void | ||
key | string | |
region | string | |
item | object | |
return | void |
public Store ( string key, string region, object item, List |
||
key | string | |
region | string | |
item | object | |
dependOnTcmUris | List |
|
return | void |