org.onebusaway.container.cache
Interface CacheableObjectKeyFactory

All Known Implementing Classes:
ArrivalsAndDeparturesQueryBeanCacheableObjectKeyFactory, DefaultCacheableObjectKeyFactory, IdentityBeanCacheableObjectKeyFactory, IdentityBeanCacheableObjectKeyFactory, PropertyPathExpressionCacheableObjectKeyFactory

public interface CacheableObjectKeyFactory

Factory for producing a Serializable cache key from a and arbitrary object.

Author:
bdferris
See Also:
DefaultCacheableKeyFactory, DefaultCacheableObjectKeyFactory

Method Summary
 CacheKeyInfo createKey(Object object)
           
 

Method Detail

createKey

CacheKeyInfo createKey(Object object)


Copyright © 2012 OneBusAway. All Rights Reserved.