Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The AbstractKeyBasedCache type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds an element with the provided key and value to the
| |
| Clear |
Clear all key/value mappings.
| |
| Contains |
Returns true if this cache contains a mapping for the
specified key.
| |
| CopyTo |
Copies the elements of the ICollection to an Array,
starting at a particular index.
| |
| Equals |
Compares the specified object with this cache for equality.
(Overrides | |
Allows an (Inherited from | ||
| Get |
Returns the value for the specified key.
| |
| GetAll |
Get all the specified keys, if they are in the cache.
| |
| GetEnumerator |
Returns an ICacheEnumerator object for the
ICache instance.
| |
| GetHashCode |
Returns the hash code value for this cache.
(Overrides | |
| GetKeysEnumerator |
Create an IEnumerator over the keys in this cache.
| |
Gets the (Inherited from | ||
| Insert | Overloaded. | |
| InsertAll |
Copies all of the mappings from the specified IDictionary
to this cache.
| |
| InstantiateEntriesCollection |
Factory pattern: Create a collection that represents the entries
in the cache.
| |
| InstantiateKeysCollection |
Factory pattern: Create a collection that represents the keys in
the cache.
| |
| InstantiateValuesCollection |
Factory pattern: Instantiate the values collection.
| |
Creates a shallow copy of the current (Inherited from | ||
| Remove |
Removes the mapping for this key from this cache if present.
| |
| RemoveBlind |
Removes the mapping for this key from this cache if present.
| |
| ToString |
Returns a string representation of this cache.
(Overrides |