14.3.4.3.5. CacheKey Implementation Code
A custom key generation scheme can be created to override the default key generation offered by the Infinispan CDI module.
Generate a custom key as follows:
The
equals() and hashCode() methods must be correctly implemented for the CacheKey to work as expected.