|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface CacheableKey
Type annotation indicating how a particular object should be used to generate
a cache key when used as an argument to a method annotated with
Cacheable
.
Cacheable
,
CacheableObjectKeyFactory
Required Element Summary | |
---|---|
Class<? extends CacheableObjectKeyFactory> |
keyFactory
|
Element Detail |
---|
public abstract Class<? extends CacheableObjectKeyFactory> keyFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |