The CacheManager type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add | Overloaded. | |
| Clear |
Removes all as best we can.
| |
| Get |
Get an item from the cache.
| |
| Remove |
Remove item from local cache and other remote cache listeners.
| |
| RemoveLocalOnly |
Remove item from local cache and other remote cache listeners.
| |
| RemoveRemoteOnly |
Remove item from remote cache listeners.
| |
| RuntimeCacheAdd | Overloaded. | |
| RuntimeCacheGet |
Gets an item from the cache.
| |
| RuntimeCacheInsert | Overloaded. | |
| RuntimeCacheRemove |
Removes an item from the cache.
|