Package com.oracle.coherence.cdi
Annotation Type CacheKey
-
@Target(PARAMETER) @Retention(RUNTIME) public @interface CacheKey
Parameters annotated with this annotation are considered part of the key. If no parameters are annotated, then all parameters that are not annotated withCacheValue
form the key.