Share via


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
Public method 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
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Load
Loads a CacheItem from IsolatedStorage from the location specified in the constructor
Protected method MemberwiseClone (Inherited from Object.)
Public method Store
Stores specified CacheItem into IsolatedStorage at location specified in constructor
Public method ToString (Inherited from Object.)
Public method 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.