Package org.onebusaway.container.cache
Interface CacheableObjectKeyFactory
-
- All Known Implementing Classes:
DefaultCacheableObjectKeyFactory,IdentityBeanCacheableObjectKeyFactory,PropertyPathExpressionCacheableObjectKeyFactory
public interface CacheableObjectKeyFactoryFactory for producing aSerializablecache key from a and arbitrary object.- Author:
- bdferris
- See Also:
DefaultCacheableKeyFactory,DefaultCacheableObjectKeyFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CacheKeyInfocreateKey(Object object)
-
-
-
Method Detail
-
createKey
CacheKeyInfo createKey(Object object)
-
-