@ -401,13 +401,6 @@ public abstract class CacheAspectSupport extends AbstractCacheInvoker
@@ -401,13 +401,6 @@ public abstract class CacheAspectSupport extends AbstractCacheInvoker
// Check if we have a cached item matching the conditions
@ -422,6 +415,12 @@ public abstract class CacheAspectSupport extends AbstractCacheInvoker
@@ -422,6 +415,12 @@ public abstract class CacheAspectSupport extends AbstractCacheInvoker
cacheValue=unwrapReturnValue(returnValue);
}
// Collect puts from any @Cacheable miss, if no cached item is found
@ -558,7 +557,7 @@ public abstract class CacheAspectSupport extends AbstractCacheInvoker
@@ -558,7 +557,7 @@ public abstract class CacheAspectSupport extends AbstractCacheInvoker
@ -832,10 +831,8 @@ public abstract class CacheAspectSupport extends AbstractCacheInvoker
@@ -832,10 +831,8 @@ public abstract class CacheAspectSupport extends AbstractCacheInvoker
@ -235,4 +235,10 @@ public class AnnotatedClassCacheableService implements CacheableService<Object>
@@ -235,4 +235,10 @@ public class AnnotatedClassCacheableService implements CacheableService<Object>
@ -243,4 +243,10 @@ public class DefaultCacheableService implements CacheableService<Long> {
@@ -243,4 +243,10 @@ public class DefaultCacheableService implements CacheableService<Long> {