Package org.onebusaway.container.cache
Interface CacheableMethodKeyFactory
-
- All Known Implementing Classes:
DefaultCacheableKeyFactory
public interface CacheableMethodKeyFactoryFactory for producing aSerializablecache key from aProceedingJoinPointmethod 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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CacheKeyInfocreateKey(org.aspectj.lang.ProceedingJoinPoint point)
-
-
-
Method Detail
-
createKey
CacheKeyInfo createKey(org.aspectj.lang.ProceedingJoinPoint point)
-
-