15.2.3.3.4. 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 GeneratedCacheKey to work as expected.