Package | Description |
---|---|
javax.cache.annotation |
The annotations in this package provide method interceptors for user supplied
classes.
|
Modifier and Type | Method | Description |
---|---|---|
GeneratedCacheKey |
CacheKeyGenerator.generateCacheKey(CacheKeyInvocationContext<? extends Annotation> cacheKeyInvocationContext) |
Called for each intercepted method invocation to generate a suitable
cache key (as a
GeneratedCacheKey ) from the
CacheKeyInvocationContext data. |
Copyright © 2017. All rights reserved.