Click or drag to resize

ICacheIndex Methods

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01

The ICacheIndex type exposes the following members.

Methods
  NameDescription
Public methodDelete
Update this index in response to a remove operation on a cache.
Public methodGet
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.
Public methodInsert
Update this index in response to a insert operation on a cache.
Public methodUpdate
Update this index in response to a update operation on a cache.
Top
See Also