IBackingStore Members
Include Protected Members
Include Inherited Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The IBackingStore type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add | This method is responsible for adding a CacheItem to the BackingStore. This operation must be successful even if an item with the same key already exists. This method must also meet the Weak Exception Safety guarantee and remove the item from the backing store if any part of the Add fails. |
|
Dispose | (Inherited from IDisposable.) | |
Flush |
Flushes all CacheItems from backing store. This method must meet the Weak Exception Safety guarantee.
|
|
Load |
Loads all CacheItems from backing store.
|
|
Remove |
Removes an item with the given key from the backing store
|
|
UpdateLastAccessedTime |
Updates the last accessed time for a cache item.
|
Properties
Name | Description | |
---|---|---|
Count |
Number of objects stored in the backing store
|
See Also
Microsoft.Practices.EnterpriseLibrary.Caching Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |