Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
The ICacheIndex type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Delete |
Update this index in response to a remove operation on a cache.
|
![]() | 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.
|
![]() | Insert |
Update this index in response to a insert operation on a cache.
|
![]() | Update |
Update this index in response to a update operation on a cache.
|