Skip to content
Snippets Groups Projects
  • totten's avatar
    89fa20c8
    (#1846) Container, ClassLoader Caches - Separate caches by version number · 89fa20c8
    totten authored
    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.
    89fa20c8
    History
    (#1846) Container, ClassLoader Caches - Separate caches by version number
    totten authored
    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.