|
|
|
@ -441,7 +441,7 @@ public abstract class CacheAspectSupport extends AbstractCacheInvoker |
|
|
|
return cacheHit; |
|
|
|
return cacheHit; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@SuppressWarnings("unchecked") |
|
|
|
@SuppressWarnings({ "unchecked", "rawtypes" }) |
|
|
|
private @Nullable Object executeSynchronized(CacheOperationInvoker invoker, Method method, CacheOperationContexts contexts) { |
|
|
|
private @Nullable Object executeSynchronized(CacheOperationInvoker invoker, Method method, CacheOperationContexts contexts) { |
|
|
|
CacheOperationContext context = contexts.get(CacheableOperation.class).iterator().next(); |
|
|
|
CacheOperationContext context = contexts.get(CacheableOperation.class).iterator().next(); |
|
|
|
if (isConditionPassing(context, CacheOperationExpressionEvaluator.NO_RESULT)) { |
|
|
|
if (isConditionPassing(context, CacheOperationExpressionEvaluator.NO_RESULT)) { |
|
|
|
|