|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheableMethodManager | |
---|---|
org.onebusaway.container.cache | |
org.onebusaway.presentation.impl.transit_data |
Uses of CacheableMethodManager in org.onebusaway.container.cache |
---|
Subclasses of CacheableMethodManager in org.onebusaway.container.cache | |
---|---|
class |
CacheableAnnotationInterceptor
Implements an Aspect aware interceptor that intercepts calls to
methods annotated with Cacheable and returns a cached result when
available or calls the underlying method when not. |
Uses of CacheableMethodManager in org.onebusaway.presentation.impl.transit_data |
---|
Subclasses of CacheableMethodManager in org.onebusaway.presentation.impl.transit_data | |
---|---|
class |
TransitDataServiceCachingInterceptor
To reduce the load on the TransitDataService , we can
opportunistically cache a lot of stuff on the client side. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |