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 | |
---|---|---|
CacheEntryStore |
Initializes a new instance of the CacheEntryStore class.
|
Methods
Name | Description | |
---|---|---|
Add |
Stores a new entry.
|
|
DeleteStore |
Deletes the store with the given name.
|
|
Dispose() |
Releases resources.
|
|
Dispose(Boolean) |
Releases resources.
|
|
Equals | (Inherited from Object.) | |
Finalize |
Releases resources.
(Overrides Object.Finalize().) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetSerializedEntries |
Retrieves all the entries currently stored by the store.
|
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
Remove |
Removes an entry from storage.
|
|
ToString | (Inherited from Object.) | |
UpdateLastUpdateTime |
Updates the last access time for the entry in storage.
|
Properties
Name | Description | |
---|---|---|
IsWritable |
Gets a value indicating whether this instance is writable.
|
|
Quota |
Gets the quota allowed for the store.
|
|
UsedPhysicalSize |
Gets an estimate of the physical size used by the store.
|
See Also
Microsoft.Practices.EnterpriseLibrary.Caching.IsolatedStorage Namespace