-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The size optimization in CacheLoaderInterceptor has a check for if a command contains CACHE_MODE_LOCAL but it is missing a check if the cache itself is already local. This means it requires a full iteration to obtain the size instead of using an optimized size check.
- links to