Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
ClearEntries | Clears the entries in the cache. | |
Equals | Overloaded. (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ReferenceEquals | (Inherited from Object) | |
ToString | (Inherited from Object) | |
TryAddEntry | Attempts to add an entry to the cache. | |
TryGetAllEntries | Attempts to retrieve all entries from the cache. | |
TryGetEntry | Attempts to retrieve an entry from the cache. | |
TryRemoveAllEntries | Attempts to remove all matching entries from cache. | |
TryRemoveEntry | Attempts to remove an entry from the cache. | |
TryReplaceEntry | Attempts to replace an existing entry in the cache with a new one. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
See Also
Copyright © 2008 by Microsoft Corporation. All rights reserved.