org.onebusaway.container.cache
public interface CacheableMethodKeyFactory
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.Cacheable.keyFactory()
,
DefaultCacheableKeyFactory
Modifier and Type | Method and Description |
---|---|
CacheKeyInfo |
createKey(org.aspectj.lang.ProceedingJoinPoint point) |
CacheKeyInfo createKey(org.aspectj.lang.ProceedingJoinPoint point)
Copyright © 2014 OneBusAway. All Rights Reserved.