org.onebusaway.container.cache
@Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface CacheableArgument
CacheableMethodManager#getKeyFactoryForParameterType(Class, boolean)
CacheableAnnotationInterceptor
,
CacheableMethodKeyFactory
,
CacheableMethodManager
Modifier and Type | Optional Element and Description |
---|---|
boolean |
cacheRefreshIndicator |
String |
keyProperty
A bean property expression that is evaluated against the source method
argument to produce a cache key for that argument
|
public abstract String keyProperty
Serializable
or something whose Object.toString()
produces a unique valuepublic abstract boolean cacheRefreshIndicator
Copyright © 2014 OneBusAway. All Rights Reserved.