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 | |
---|---|---|
Add |
Stores a new entry.
|
|
GetSerializedEntries |
Retrieves all the entries currently stored by the store.
|
|
Remove |
Removes an entry from storage.
|
|
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