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