The Cache type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
Close | Closes the cache. | |
ContainsKey | Returns whether the given key is in this cache. | |
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
Get | Returns the value for the given key. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Put | Puts a (key, value)-pair into the cache. | |
SynchronizedCache | Returns a thread-safe cache backed by the specified cache.
In order to guarantee thread-safety, all access to the backed cache must
be accomplished through the returned cache.
| |
ToString | (Inherited from Object.) |