Oracle® Coherence .NET API Reference Release 3.6
E15727-01

The SimpleMapIndex type exposes the following members.

Methods

  NameDescription
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.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
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.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Insert
Update this index in response to a insert operation on a cache.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
removeInverseMapping
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Update
Update this index in response to a update operation on a cache.

See Also