Class 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 Detail

      • OpeniamCacheOperationContext

        public OpeniamCacheOperationContext​(org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationMetadata metadata,
                                            Object[] args,
                                            Object target)
    • Method Detail

      • getKey

        public Object getKey()
      • isConditionPassing

        public boolean isConditionPassing()
      • canPutInCache

        public boolean canPutInCache()
      • getCaches

        public Collection<? extends org.springframework.cache.Cache> getCaches()