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 a CacheableObjectKeyFactory
cache key strategy for objects
of type IdentityBean
, where the objects id is used as the cache key.
- Author:
- bdferris
- See Also:
CacheableObjectKeyFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdentityBeanCacheableObjectKeyFactory
public IdentityBeanCacheableObjectKeyFactory()
createKey
public CacheKeyInfo createKey(Object object)
- Specified by:
createKey
in interface CacheableObjectKeyFactory
Copyright © 2012 OneBusAway. All Rights Reserved.