|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CacheResolverFactory
Determines the CacheResolver
to use for an annotated method. Implementations MUST be
thread-safe.
Method Summary | |
---|---|
CacheResolver |
getCacheResolver(CacheMethodDetails<? extends Annotation> cacheMethodDetails)
Get the CacheResolver used for runtime resolution of the Cache used by the
CacheResult , CachePut , CacheRemoveEntry , or CacheRemoveAll
interceptors. |
Method Detail |
---|
CacheResolver getCacheResolver(CacheMethodDetails<? extends Annotation> cacheMethodDetails)
CacheResolver
used for runtime resolution of the Cache
used by the
CacheResult
, CachePut
, CacheRemoveEntry
, or CacheRemoveAll
interceptors.
cacheMethodDetails
- The details of the annotated method to get the CacheResolver
for.
CacheResolver
instance to be used by the intercepter.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |