Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The InvocableCacheHelper type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| 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.
| |
Determines whether the specified (Inherited from | ||
| EvaluateEntry | Overloaded. | |
| 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.
| |
Allows an (Inherited from | ||
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
| 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.
| |
Creates a shallow copy of the current (Inherited from | ||
| Query | Overloaded. | |
| 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.
| |
Returns a (Inherited from | ||
| UnlockAll |
Unlock all the specified keys.
|