Uses of Class
org.onebusaway.container.cache.CacheableMethodManager
-
Packages that use CacheableMethodManager Package Description org.onebusaway.container.cache -
-
Uses of CacheableMethodManager in org.onebusaway.container.cache
Subclasses of CacheableMethodManager in org.onebusaway.container.cache Modifier and Type Class Description classCacheableAnnotationInterceptorImplements anAspectaware interceptor that intercepts calls to methods annotated withCacheableand returns a cached result when available or calls the underlying method when not.
-