Cache 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 Cache type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Cache |
Initialzie a new instance of a Cache class with a backing store, and scavenging policy.
|
Methods
Name | Description | |
---|---|---|
Add | Overloaded. | |
Contains |
Determines if a particular key is contained in the cache.
|
|
Dispose | Overloaded. | |
Equals | (Inherited from Object.) | |
Finalize |
Dispose of the backing store before garbage collection.
(Overrides Object.Finalize().) |
|
Flush |
Flush the cache.
|
|
GetData |
Get the object from the cache for the key.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Initialize |
Initialize the cache with a scavenger.
|
|
MemberwiseClone | (Inherited from Object.) | |
Remove | Overloaded. | |
RemoveItemFromCache |
Removes an item from the cache.
|
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Count |
Gets the count of CacheItem objects.
|
|
CurrentCacheState |
Gets the current cache.
|
See Also
Microsoft.Practices.EnterpriseLibrary.Caching 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. |