| Package | Description |
|---|---|
| javax.cache.annotation |
The annotations in this package provide method interceptors for user supplied
classes.
|
| Modifier and Type | Method and 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 © 2014. All Rights Reserved.