Package org.onebusaway.container.model
Class IdentityBeanCacheableObjectKeyFactory
- java.lang.Object
-
- org.onebusaway.container.model.IdentityBeanCacheableObjectKeyFactory
-
- All Implemented Interfaces:
CacheableObjectKeyFactory
public class IdentityBeanCacheableObjectKeyFactory extends Object implements CacheableObjectKeyFactory
Provides aCacheableObjectKeyFactorycache key strategy for objects of typeIdentityBean, where the objects id is used as the cache key.- Author:
- bdferris
- See Also:
CacheableObjectKeyFactory
-
-
Constructor Summary
Constructors Constructor Description IdentityBeanCacheableObjectKeyFactory()
-
-
-
Method Detail
-
createKey
public CacheKeyInfo createKey(Object object)
- Specified by:
createKeyin interfaceCacheableObjectKeyFactory
-
-