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.
|
Fields
| Name | Description | |
|---|---|---|
| LocalCacheManagerRaiserId | ||
| RemoveFromCacheEventId | ||
| VersionKey |
Properties
| Name | Description | |
|---|---|---|
| Version |
The current version of the cache, this value is always updated when a Remove request is issued.
|