-
Bug
-
Resolution: Done
-
Minor
-
4.0.0.Final, 4.1.0.Final, 4.2.0.ALPHA2
-
None
When enabling logging on the CacheStore, which is being used with preload=true, I can clearly see that during the preload operation each value is read from the store and immediately after that stored again.
This is quite a performance hit in application loading, as the whole store is written again without this being needed.