IsolatedStorageCacheItem 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 IsolatedStorageCacheItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
IsolatedStorageCacheItem |
Instance constructor. Ensures that the storage location in Isolated Storage is prepared for reading and writing. This class stores each individual field of the CacheItem into its own file inside the directory specified by itemDirectoryRoot.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Load |
Loads a CacheItem from IsolatedStorage from the location specified in the constructor
|
|
MemberwiseClone | (Inherited from Object.) | |
Store |
Stores specified CacheItem into IsolatedStorage at location specified in constructor
|
|
ToString | (Inherited from Object.) | |
UpdateLastAccessedTime |
Updates the last accessed time for the CacheItem stored at this location in Isolated Storage
|
See Also
IsolatedStorageCacheItem 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. |