Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

The SimpleCacheIndex type exposes the following members.

Methods

  NameDescription
AddInverseCollectionMapping
Add new mappings from the elements of the given value to the given key in the supplied index.
AddInverseMappingOverloaded.
Delete
Update this index in response to a remove operation on a cache.
DeleteInternal
Update this index in response to a remove operation on a cache.
EqualsOverloaded.
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.
GetForwardValue
Get the forward index value associated with the specified key.
GetHashCode
Returns a hash code for this object.
(Overrides Object..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Initialize
Initialize the index's data structures.
Insert
Update this index in response to a insert operation on a cache.
InsertInternal
Update this index in response to a insert operation on a cache.
InstantiateForwardIndex
Instantiate the forward index.
InstatiateInverseIndex
Instantiate the inverse index.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
RemoveInverseMappingOverloaded.
ToString
Returns string representation of this instance.
(Overrides Object..::.ToString()()().)
Update
Update this index in response to a update operation on a cache.
UpdateInternal
Update this index in response to a update operation on a cache.

See Also