Méthode | Description | |
---|---|---|
GetResources ( string cacheKey ) : IList |
Gets the list of resources from cache.
|
|
PutResources ( string cacheKey, IList |
Puts the list of resources in the cache.
|
protected GetResources ( string cacheKey ) : IList |
||
cacheKey | string | Cache key to use for lookup. |
Résultat | IList |
protected PutResources ( string cacheKey, IList |
||
cacheKey | string | Cache key to use for the specified resources. |
resources | IList |
A list of resources to cache. |
Résultat | void |