IKeyAssociation Interface |
Namespace: Tangosol.Net.Cache
public interface IKeyAssociation
The IKeyAssociation type exposes the following members.
Name | Description | |
---|---|---|
![]() | AssociatedKey |
Determine the key object to which this key object is associated.
|
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.