InvocableCacheHelper Class |
Namespace: Tangosol.Net.Cache.Support
public abstract class InvocableCacheHelper
The InvocableCacheHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() | InvocableCacheHelper | Initializes a new instance of the InvocableCacheHelper class |
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.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() ![]() | EvaluateEntry(IFilter, ICacheEntry) |
Check if the entry passes the filter evaulation.
|
![]() ![]() | EvaluateEntry(IFilter, Object, Object) |
Check if an entry, expressed as a key and value, passes the
filter evaulation.
|
![]() ![]() | 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 try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (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.) |
![]() ![]() | Query(ICache, IFilter, InvocableCacheHelperQueryType, Boolean, IComparer) |
Generic implementation of the get methods for the particular
IFilter provided.
|
![]() ![]() | Query(ICache, IDictionary, IFilter, InvocableCacheHelperQueryType, Boolean, IComparer) |
Generic implementation of the get methods for the particular
IFilter provided.
|
![]() ![]() | 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.
|
Name | Description | |
---|---|---|
![]() ![]() | ENTRY_TO_KEY_CONVERTER |
Trivial Entry-to-Key converter.
|