| Modifier and Type | Method and Description |
|---|---|
CacheParameterDetails |
CachePutMethodDetails.getCacheValueParameter() |
| Modifier and Type | Method and Description |
|---|---|
List<CacheParameterDetails> |
AbstractStaticCacheInvocationContext.getAllParameters() |
List<CacheParameterDetails> |
StaticCacheInvocationContext.getAllParameters() |
List<CacheParameterDetails> |
StaticCacheKeyInvocationContext.getKeyParameters() |
| Constructor and 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 and 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) |
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) |
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) |
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) |
StaticCacheKeyInvocationContext(javax.cache.annotation.CacheMethodDetails<A> cacheMethodDetails,
javax.cache.annotation.CacheResolver cacheResolver,
javax.cache.annotation.CacheKeyGenerator cacheKeyGenerator,
List<CacheParameterDetails> allParameters,
List<CacheParameterDetails> keyParameters) |
Copyright © 2019. All rights reserved.