Uses of Class
org.onebusaway.container.cache.CacheableMethodManager

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.
 



Copyright © 2012 OneBusAway. All Rights Reserved.