-
- Downloads
(#1846) Container, ClassLoader Caches - Separate caches by version number
Before ------ If you load a new version of the CiviCRM codebase, then a freshness check should cause the container cache to reset automatically (based on the fact that various files have new timestamps). However, it's possible that some kind of bug or omission prevents this from working. Many developers won't notice such a bug because they're obsessive-compulsive about clearing caches anyway. After ----- If you load a new version of the CiviCRM codebase, then it should use a new container cache - regardless of how well the freshness check works.
Please register or sign in to comment