Package org.openiam.config
Class OpeniamCacheInterceptor.OpeniamCacheOperationContext
- java.lang.Object
-
- org.openiam.config.OpeniamCacheInterceptor.OpeniamCacheOperationContext
-
- All Implemented Interfaces:
org.springframework.cache.interceptor.CacheOperationInvocationContext<org.springframework.cache.interceptor.CacheOperation>
- Enclosing class:
- OpeniamCacheInterceptor
protected class OpeniamCacheInterceptor.OpeniamCacheOperationContext extends Object
-
-
Constructor Summary
Constructors Constructor Description OpeniamCacheOperationContext(org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationMetadata metadata, Object[] args, Object target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canPutInCache()
Collection<? extends org.springframework.cache.Cache>
getCaches()
Object
getKey()
boolean
isConditionPassing()
-
-
-
Method Detail
-
getKey
public Object getKey()
-
isConditionPassing
public boolean isConditionPassing()
-
canPutInCache
public boolean canPutInCache()
-
getCaches
public Collection<? extends org.springframework.cache.Cache> getCaches()
-
-