For a list of all members of this type, see Cache members.
| Name | Description | |
|---|---|---|
| Add | Adds a new item to the cache store. |
| Clear | Delete the contents of the cache store. |
| Close | Closes the Cache object and releases all associated resources. |
| Contains | Determines whether the cache store contains an item with the specified Id. |
| Insert | Inserts a new item to the cache store. |
| Remove | Delete an item from the Cache. |
| Update | Force the Cache to maintain the cache store. |
| Name | Description | |
|---|---|---|
| Finalize | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| OnItemRemoved | Raises the ItemRemoved event. |