Share via


ICacheEntryStore 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 latest Enterprise Library information can be found at the Enterprise Library site.

The ICacheEntryStore type exposes the following members.

Methods

  Name Description
Public method Add
Stores a new entry.
Public method GetSerializedEntries
Retrieves all the entries currently stored by the store.
Public method Remove
Removes an entry from storage.
Public method UpdateLastUpdateTime
Updates the last access time for the entry in storage.

Properties

  Name Description
Public property IsWritable
Gets a value indicating whether this instance is writable.
Public property Quota
Gets the quota allowed for the store.
Public property UsedPhysicalSize
Gets an estimate of the physical size used by the store.

See Also

ICacheEntryStore Interface

Microsoft.Practices.EnterpriseLibrary.Caching.IsolatedStorage Namespace