Uses of Interface
org.onebusaway.container.cache.CacheableObjectKeyFactory
-
Packages that use CacheableObjectKeyFactory Package Description org.onebusaway.container.cache org.onebusaway.container.model -
-
Uses of CacheableObjectKeyFactory in org.onebusaway.container.cache
Classes in org.onebusaway.container.cache that implement CacheableObjectKeyFactory Modifier and Type Class Description classDefaultCacheableObjectKeyFactoryFactory for producing aSerializablecache key from a and arbitrary object.classPropertyPathExpressionCacheableObjectKeyFactoryFactory for producing aSerializablecache key from an arbitrary object by first applying a linkPropertyPathExpressionto the object and then applying a secondaryCacheableObjectKeyFactoryto the result.Methods in org.onebusaway.container.cache that return CacheableObjectKeyFactory Modifier and Type Method Description protected CacheableObjectKeyFactoryCacheableMethodKeyFactoryManager. getKeyFactoryForCacheableArgumentAnnotation(Class<?> type, CacheableArgument cacheableArgumentAnnotation, boolean cacheRefreshIndicator)protected CacheableObjectKeyFactoryCacheableMethodKeyFactoryManager. getKeyFactoryForParameterType(Class<?> type, boolean cacheRefreshIndicator)CacheableObjectKeyFactoryDefaultCacheableKeyFactory. getObjectKeyFactory(int i)Methods in org.onebusaway.container.cache that return types with arguments of type CacheableObjectKeyFactory Modifier and Type Method Description Class<? extends CacheableObjectKeyFactory>keyFactory()Methods in org.onebusaway.container.cache with parameters of type CacheableObjectKeyFactory Modifier and Type Method Description voidCacheableMethodKeyFactoryManager. addCacheableObjectKeyFactory(Class<?> className, CacheableObjectKeyFactory keyFactory)Constructors in org.onebusaway.container.cache with parameters of type CacheableObjectKeyFactory Constructor Description DefaultCacheableKeyFactory(CacheableObjectKeyFactory[] keyFactories)PropertyPathExpressionCacheableObjectKeyFactory(org.onebusaway.collections.beans.PropertyPathExpression expression, CacheableObjectKeyFactory objectKeyFactory) -
Uses of CacheableObjectKeyFactory in org.onebusaway.container.model
Classes in org.onebusaway.container.model that implement CacheableObjectKeyFactory Modifier and Type Class Description classIdentityBeanCacheableObjectKeyFactoryProvides aCacheableObjectKeyFactorycache key strategy for objects of typeIdentityBean, where the objects id is used as the cache key.
-