The Cache K, V type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clear |
Clears the cache.
| |
| Equals | (Inherited from Object.) | |
| Get |
Returns cached value for a key. If it does not exist, it is loaded using a {@link Retriever}.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Remove |
Uncaches any existing value for a given key.
| |
| RemoveKeysMatching | Clears all cache entries whose key matches the given predicate. | |
| RemoveValueMatching | Clears all cache entries whose value matches the given predicate. | |
| ToString | (Overrides Object ToString .) |
See Also