Click or drag to resize

InvocableCacheHelper Class

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Helper methods for IInvocableCache implementations and IFilter related evaluations.
Inheritance Hierarchy
SystemObject
  Tangosol.Net.Cache.SupportInvocableCacheHelper

Namespace:  Tangosol.Net.Cache.Support
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public abstract class InvocableCacheHelper

The InvocableCacheHelper type exposes the following members.

Constructors
  NameDescription
Protected methodInvocableCacheHelper
Initializes a new instance of the InvocableCacheHelper class
Top
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 try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(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, InvocableCacheHelperQueryType, Boolean, IComparer)
Generic implementation of the get methods for the particular IFilter provided.
Public methodStatic memberQuery(ICache, IDictionary, IFilter, InvocableCacheHelperQueryType, 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.
Top
Fields
  NameDescription
Public fieldStatic memberENTRY_TO_KEY_CONVERTER
Trivial Entry-to-Key converter.
Top
See Also