@Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface CacheKey
CacheKey
, it is identified as a part of a cache key during an invocation of
a method annotated with CacheResult
or CacheInvalidate
.
This annotation is optional and should only be used when some of the method arguments are NOT part of the cache key.
Copyright © 2021 JBoss by Red Hat. All rights reserved.