Oracle® Coherence .NET API Reference Release 3.6
E15727-01
E15727-01
The SimpleMapIndex type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| addInverseMapping | ||
| Delete |
Update this index in response to a remove operation on a cache.
| |
| EntryDeleted |
Invoked when a cache entry has been deleted.
| |
| EntryInserted |
Invoked when a cache entry has been inserted.
| |
| EntryUpdated |
Invoked when a cache entry has been updated.
| |
Determines whether the specified (Inherited from | ||
Allows an (Inherited from | ||
| Get |
Using the index information if possible, get the value associated
with the specified key. This is expected to be more efficient than
using the IValueExtractor against an object containing the value,
because the index should already have the necessary information at
hand.
| |
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
| Insert |
Update this index in response to a insert operation on a cache.
| |
Creates a shallow copy of the current (Inherited from | ||
| removeInverseMapping | ||
Returns a (Inherited from | ||
| Update |
Update this index in response to a update operation on a cache.
|