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

The NearCache type exposes the following members.

Methods

  NameDescription
Add
Associates the specified value with the specified key in this cache.
(Inherited from CompositeCache.)
AddCacheListenerOverloaded.
AddIndex
Add an index to this IQueryCache.
AggregateOverloaded.
Clear
Clears both the front and back caches.
(Inherited from CompositeCache.)
Contains
Check whether or not this cache contains a mapping for the specified key.
(Inherited from CompositeCache.)
CopyTo
Copies the elements of the BackCache to an Array, starting at a particular Array index.
(Inherited from CompositeCache.)
Destroy
Release and destroy this instance of INamedCache.
Dispose
Release the resources associated with this cache.
(Inherited from CompositeCache.)
EnsureInvalidationStrategy
Ensure that a strategy has been choosen and that any appropriate global listeners have been registered.
(Inherited from CompositeCache.)
Equals
Compares the specified object with this dictionary for equality.
(Inherited from CompositeCache.)
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.
(Inherited from CompositeCache.)
GetEntriesOverloaded.
GetEnumerator
Returns an enumerator that iterates through a cache.
(Inherited from CompositeCache.)
GetHashCode
Return the hash code value for this dictionary.
(Inherited from CompositeCache.)
GetKeys
Return a collection of the keys contained in this cache for entries that satisfy the criteria expressed by the filter.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetValuesOverloaded.
InsertOverloaded.
InsertAll
Copies all of the mappings from the specified dictionary to this cache (optional operation).
(Inherited from CompositeCache.)
InstantiateBackCacheListener
Factory pattern: instantiate back cache listener.
(Inherited from CompositeCache.)
InstantiateFrontCacheListener
Factory pattern: instantiate front cache listener.
(Inherited from CompositeCache.)
InvalidateFront
Invalidate the key from the front.
(Inherited from CompositeCache.)
Invoke
Invoke the passed IEntryProcessor against the entry specified by the passed key, returning the result of the invocation.
InvokeAllOverloaded.
LockOverloaded.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnMemberJoined
Invoked when an IMember has joined the service.
OnMemberLeaving
Invoked when an IMember is leaving the service.
OnMemberLeft
Invoked when an IMember has left the service.
RegisterBackServiceMemberEventHandler
Register an event handler for member events on back caches's service.
RegisterFrontListener
Register the global front cache listener.
(Inherited from CompositeCache.)
RegisterListenerOverloaded.
ReleaseOverloaded.
Remove
Remove the mapping for this key from this cache if present.
(Inherited from CompositeCache.)
RemoveCacheListenerOverloaded.
RemoveIndex
Remove an index from this IQueryCache.
ResetHitStatistics
Reset the cache statistics.
(Inherited from CompositeCache.)
ResetInvalidationStrategy
Reset the "current invalidation strategy" flag.
(Inherited from CompositeCache.)
ToString
For debugging purposes, format the contents of the CompositeCache in a human readable format.
(Inherited from CompositeCache.)
Unlock
Unlock the specified item.
UnregisterBackServiceMemberEventHandler
Unregister back caches's service member event handler.
UnregisterFrontListener
Unregister the global front cache listener.
(Inherited from CompositeCache.)
UnregisterListenerOverloaded.
Validate
Validate the front cache entry for the specified back cache event.
(Inherited from CompositeCache.)

See Also