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