IsolatedStorageBackingStore 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 IsolatedStorageBackingStore type exposes the following members.
Constructors
Name | Description | |
---|---|---|
IsolatedStorageBackingStore |
A IBackingStore that stores objects in Isolated Storage, identified by storageAreaName.
|
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 exception safety guarantee and make sure that all traces of the new or old item are gone if the add fails in any way. |
|
AddNewItem |
Adds new item to persistence store
(Overrides BaseBackingStore.AddNewItem(Int32, CacheItem).) |
|
Dispose | Overloaded. | |
Equals | (Inherited from Object.) | |
Finalize |
Finalizer for BaseBackingStore
(Inherited from BaseBackingStore.) |
|
Flush |
Removes all items from this Isolated Storage area.
(Overrides BaseBackingStore.Flush().) |
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Load |
Loads all CacheItems from underlying persistence mechanism.
(Inherited from BaseBackingStore.) |
|
LoadDataFromStore |
Loads data from persistence store
(Overrides BaseBackingStore.LoadDataFromStore().) |
|
MemberwiseClone | (Inherited from Object.) | |
Remove | Overloaded. | |
RemoveOldItem |
Remove existing item stored in persistence store with same key as new item
(Overrides BaseBackingStore.RemoveOldItem(Int32).) |
|
ToString | (Inherited from Object.) | |
UpdateLastAccessedTime | Overloaded. |
Properties
Name | Description | |
---|---|---|
Count |
Returns the number of CacheItems in the Isolated Storage segment identified by the name passed in at construction
(Overrides BaseBackingStore.Count.) |
See Also
IsolatedStorageBackingStore Class
Microsoft.Practices.EnterpriseLibrary.Caching.BackingStoreImplementations 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. |