| Modifier and Type | Method | Description |
|---|---|---|
CacheParameterDetails |
CachePutMethodDetails.getCacheValueParameter() |
| Modifier and Type | Method | Description |
|---|---|---|
List<CacheParameterDetails> |
AbstractStaticCacheInvocationContext.getAllParameters() |
|
List<CacheParameterDetails> |
StaticCacheInvocationContext.getAllParameters() |
|
List<CacheParameterDetails> |
StaticCacheKeyInvocationContext.getKeyParameters() |
| Constructor | Description |
|---|---|
CacheInvocationParameterImpl(CacheParameterDetails cacheParameterDetails,
Object value) |
Creates a CacheInvocationParameterImpl
|
CachePutMethodDetails(javax.cache.annotation.CacheMethodDetails<javax.cache.annotation.CachePut> cacheMethodDetails,
javax.cache.annotation.CacheResolver cacheResolver,
javax.cache.annotation.CacheKeyGenerator cacheKeyGenerator,
List<CacheParameterDetails> allParameters,
List<CacheParameterDetails> keyParameters,
CacheParameterDetails cacheValueParameter) |
| Constructor | Description |
|---|---|
AbstractStaticCacheInvocationContext(javax.cache.annotation.CacheMethodDetails<A> cacheMethodDetails,
javax.cache.annotation.CacheResolver cacheResolver,
List<CacheParameterDetails> allParameters) |
Create a new static invocation instance
|
CachePutMethodDetails(javax.cache.annotation.CacheMethodDetails<javax.cache.annotation.CachePut> cacheMethodDetails,
javax.cache.annotation.CacheResolver cacheResolver,
javax.cache.annotation.CacheKeyGenerator cacheKeyGenerator,
List<CacheParameterDetails> allParameters,
List<CacheParameterDetails> keyParameters,
CacheParameterDetails cacheValueParameter) |
|
CacheRemoveAllMethodDetails(javax.cache.annotation.CacheMethodDetails<javax.cache.annotation.CacheRemoveAll> cacheMethodDetails,
javax.cache.annotation.CacheResolver cacheResolver,
List<CacheParameterDetails> allParameters) |
Create a new details object for
CacheRemoveAll |
CacheRemoveEntryMethodDetails(javax.cache.annotation.CacheMethodDetails<javax.cache.annotation.CacheRemove> cacheMethodDetails,
javax.cache.annotation.CacheResolver cacheResolver,
javax.cache.annotation.CacheKeyGenerator cacheKeyGenerator,
List<CacheParameterDetails> allParameters,
List<CacheParameterDetails> keyParameters) |
|
CacheResultMethodDetails(javax.cache.annotation.CacheMethodDetails<javax.cache.annotation.CacheResult> cacheMethodDetails,
javax.cache.annotation.CacheResolver cacheResolver,
javax.cache.annotation.CacheResolver exceptionCacheResolver,
javax.cache.annotation.CacheKeyGenerator cacheKeyGenerator,
List<CacheParameterDetails> allParameters,
List<CacheParameterDetails> keyParameters) |
|
StaticCacheKeyInvocationContext(javax.cache.annotation.CacheMethodDetails<A> cacheMethodDetails,
javax.cache.annotation.CacheResolver cacheResolver,
javax.cache.annotation.CacheKeyGenerator cacheKeyGenerator,
List<CacheParameterDetails> allParameters,
List<CacheParameterDetails> keyParameters) |
Copyright © 2017. All rights reserved.