Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The InvocableCacheHelper type exposes the following members.

Constructors

  NameDescription
Protected methodInvocableCacheHelper
Initializes a new instance of the InvocableCacheHelper class

Methods

  NameDescription
Public methodStatic memberAddIndex
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.
Protected methodStatic memberEnsureListener
Ensure an ICacheListener for the given index. The listener will route the cache events into the corresponding ICacheIndex calls.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberEvaluateEntry(IFilter, ICacheEntry)
Check if the entry passes the filter evaulation.
Public methodStatic memberEvaluateEntry(IFilter, Object, Object)
Check if an entry, expressed as a key and value, passes the filter evaulation.
Public methodStatic memberEvaluateOriginalEntry
Check if the entry, in its "original" form, passes the filter evaulation.
Public methodStatic memberExtractFromEntry
Extract a value from the specified entry using the specified extractor.
Public methodStatic memberExtractOriginalFromEntry
Extract a value from the "original value" of the specified entry using the specified extractor.
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberInvokeAllLocked
Invoke the passed IEntryProcessor against the entries specified by the passed cache and entries.
Public methodStatic memberInvokeLocked
Invoke the passed IEntryProcessor against the specified IInvocableCacheEntry.
Public methodStatic memberLockAll
Attempt to lock all the specified keys within a specified period of time.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberQuery(ICache, IFilter, InvocableCacheHelper..::..QueryType, Boolean, IComparer)
Generic implementation of the get methods for the particular IFilter provided.
Public methodStatic memberQuery(ICache, IDictionary, IFilter, InvocableCacheHelper..::..QueryType, Boolean, IComparer)
Generic implementation of the get methods for the particular IFilter provided.
Public methodStatic memberRemoveIndex
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.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodStatic memberUnlockAll
Unlock all the specified keys.

Fields

  NameDescription
Public fieldStatic memberENTRY_TO_KEY_CONVERTER
Trivial Entry-to-Key converter.

See Also