Method | Description | |
---|---|---|
SharedStateResourceCache ( ISharedStateAware sharedStateHolder ) : System.Collections.Generic |
Creates a new cache instance and attaches it to the given sharedStateHolder
|
Method | 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. |
return | IList |
protected PutResources ( string cacheKey, IList |
||
cacheKey | string | Cache key to use for the specified resources. |
resources | IList |
A list of resources to cache. |
return | void |
public SharedStateResourceCache ( ISharedStateAware sharedStateHolder ) : System.Collections.Generic | ||
sharedStateHolder | ISharedStateAware | the holder of the shared state dictionary to be used for caching. |
return | System.Collections.Generic |