Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
6.2.X EE, 7.0.0 M5
-
6.2.x
-
Committed
-
3
-
4
Description
Excessive cache clearing for JournalContent, see JournalArticleModelListener.
We clear these caches completely whenever any article is updated or deleted.
We should only clear entries that we can reasonable assume are stale. This results in very low cache hit rates in non-read only environments.