Share via


CacheEntryStore 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 CacheEntryStore type exposes the following members.

Constructors

  Name Description
Public method CacheEntryStore
Initializes a new instance of the CacheEntryStore class.

Methods

  Name Description
Public method Add
Stores a new entry.
Public methodStatic member DeleteStore
Deletes the store with the given name.
Public method Dispose()
Releases resources.
Protected method Dispose(Boolean)
Releases resources.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Releases resources.
(Overrides Object.Finalize().)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetSerializedEntries
Retrieves all the entries currently stored by the store.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Remove
Removes an entry from storage.
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)
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

CacheEntryStore Class

Microsoft.Practices.EnterpriseLibrary.Caching.IsolatedStorage Namespace