IKeyAssociation Interface |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
A KeyAssociation represents a key object that has a natural
association with another key object.
Namespace:
Tangosol.Net.Cache
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic interface IKeyAssociation
The IKeyAssociation type exposes the following members.
Properties
| Name | Description |
---|
 | AssociatedKey |
Determine the key object to which this key object is associated.
|
Top
Remarks
The key object and the associated key may refer to entries in the
same or different caches.
For example, the information provided by a key that implements
IKeyAssociation may be used to place the key into the same
partition as its associated key.
See
KeyAssociatedFilter for an example of a distributed
query that takes advantage of a custom
IKeyAssociation
implementation to dramatically optimize its performance.
See Also