Uses of Interface
org.onebusaway.container.cache.CacheableMethodKeyFactory
-
Packages that use CacheableMethodKeyFactory Package Description org.onebusaway.container.cache -
-
Uses of CacheableMethodKeyFactory in org.onebusaway.container.cache
Classes in org.onebusaway.container.cache that implement CacheableMethodKeyFactory Modifier and Type Class Description classDefaultCacheableKeyFactoryFactory for producing aCacheKeyInfocache key from aProceedingJoinPointmethod invocation.Methods in org.onebusaway.container.cache that return CacheableMethodKeyFactory Modifier and Type Method Description CacheableMethodKeyFactoryCacheableMethodKeyFactoryManager. getCacheableMethodKeyFactoryForJoinPoint(org.aspectj.lang.ProceedingJoinPoint pjp, Method method)CacheableMethodKeyFactoryCacheableMethodKeyFactoryManager. getCacheableMethodKeyFactoryForMethod(Method m)protected CacheableMethodKeyFactoryCacheableMethodManager. getKeyFactory(org.aspectj.lang.ProceedingJoinPoint pjp, Method method)Protected MethodsMethods in org.onebusaway.container.cache that return types with arguments of type CacheableMethodKeyFactory Modifier and Type Method Description Class<? extends CacheableMethodKeyFactory>keyFactory()
-