Open jackmiking opened 1 year ago
version 1.3.0.in CollectionCacheableCacheInterceptor line 89
ReturnValueConverter.MapLikeReturnValue returnValue = operation.getReturnValueConverter().convert(uncachedResult, cacheResult); if (context.canPutToCache(uncachedResult)) { putUncachedResultToCache(returnValue, context); if (operation.isPutNull()) { putNullToCache(returnValue, idsArgument, context); } }
putUncachedResultToCache(returnValue, context); this line. should use uncachedResult value instead of returnValue.
version 1.3.0.in CollectionCacheableCacheInterceptor line 89
putUncachedResultToCache(returnValue, context); this line. should use uncachedResult value instead of returnValue.