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

The InvocableCacheHelper type exposes the following members.

Constructors

  NameDescription
InvocableCacheHelper
Initializes a new instance of the InvocableCacheHelper class

Methods

  NameDescription
AddIndex
Add an index to the given dictionary of indexes, keyed by the given extractor. Also add the index as a listener to the given cache.
ensureListener
Ensure an ICacheListener for the given index. The listener will route the cache events into the corresponding ICacheIndex calls.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
EvaluateEntryOverloaded.
EvaluateOriginalEntry
Check if the entry, in its "original" form, passes the filter evaulation.
ExtractFromEntry
Extract a value from the specified entry using the specified extractor.
ExtractOriginalFromEntry
Extract a value from the "original value" of the specified entry using the specified extractor.
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.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
InvokeAllLocked
Invoke the passed IEntryProcessor against the entries specified by the passed cache and entries.
InvokeLocked
Invoke the passed IEntryProcessor against the specified IInvocableCacheEntry.
LockAll
Attempt to lock all the specified keys within a specified period of time.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
QueryOverloaded.
RemoveIndex
Remove the index keyed by the given extractor from the given dictionary of indexes. Also, remove the index as a listener from the given cache.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
UnlockAll
Unlock all the specified keys.

Fields

  NameDescription
ENTRY_TO_KEY_CONVERTER
Trivial Entry-to-Key converter.

See Also