Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The CompositeCache type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Associates the specified value with the specified key in this
cache.
| |
| Clear |
Clears both the front and back caches.
| |
| Contains |
Check whether or not this cache contains a mapping for the
specified key.
| |
| CopyTo |
Copies the elements of the BackCache to an
Array, starting at a particular Array index.
| |
| Dispose |
Release the resources associated with this cache.
| |
| EnsureInvalidationStrategy |
Ensure that a strategy has been choosen and that any appropriate
global listeners have been registered.
| |
| Equals |
Compares the specified object with this dictionary for equality.
(Overrides | |
Allows an (Inherited from | ||
| GetAll |
Get the values for all the specified keys, if they are in the
cache.
| |
| GetEnumerator |
Returns an enumerator that iterates through a cache.
| |
| GetHashCode |
Return the hash code value for this dictionary.
(Overrides | |
Gets the (Inherited from | ||
| Insert | Overloaded. | |
| InsertAll |
Copies all of the mappings from the specified dictionary to this
cache (optional operation).
| |
| InstantiateBackCacheListener |
Factory pattern: instantiate back cache listener.
| |
| InstantiateFrontCacheListener |
Factory pattern: instantiate front cache listener.
| |
| InvalidateFront |
Invalidate the key from the front.
| |
Creates a shallow copy of the current (Inherited from | ||
| RegisterFrontListener |
Register the global front cache listener.
| |
| RegisterListener | Overloaded. | |
| Release |
Release the CompositeCache.
| |
| Remove |
Remove the mapping for this key from this cache if present.
| |
| ResetHitStatistics |
Reset the cache statistics.
| |
| ResetInvalidationStrategy |
Reset the "current invalidation strategy" flag.
| |
| ToString |
For debugging purposes, format the contents of the
CompositeCache in a human readable format.
(Overrides | |
| UnregisterFrontListener |
Unregister the global front cache listener.
| |
| UnregisterListener | Overloaded. | |
| Validate |
Validate the front cache entry for the specified back cache
event.
|