org.onebusaway.container.cache
Interface CacheableMethodKeyFactory
- All Known Implementing Classes:
- DefaultCacheableKeyFactory
public interface CacheableMethodKeyFactory
Factory for producing a Serializable
cache key from a
ProceedingJoinPoint
method invocation. Typically, the arguments to
the method are used to generate the cache key, though the details are left up
to the implementor.
- Author:
- bdferris
- See Also:
Cacheable.keyFactory()
,
DefaultCacheableKeyFactory
createKey
CacheKeyInfo createKey(org.aspectj.lang.ProceedingJoinPoint point)
Copyright © 2012 OneBusAway. All Rights Reserved.