Package org.onebusaway.container.cache
Annotation Type CacheableKey
-
@Retention(RUNTIME) @Target(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 withCacheable.- Author:
- bdferris
- See Also:
Cacheable,CacheableObjectKeyFactory
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends CacheableObjectKeyFactory>keyFactory
-
-
-
Element Detail
-
keyFactory
Class<? extends CacheableObjectKeyFactory> keyFactory
-
-