Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The CompositeCache type exposes the following members.

Methods

  NameDescription
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 Object..::.Equals(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.)
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 Object..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
InsertOverloaded.
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.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
RegisterFrontListener
Register the global front cache listener.
RegisterListenerOverloaded.
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 Object..::.ToString()()().)
UnregisterFrontListener
Unregister the global front cache listener.
UnregisterListenerOverloaded.
Validate
Validate the front cache entry for the specified back cache event.

See Also