Skip to content
  • totten's avatar
    (#174) System::flushCache() - Continue existing behavior aftering fixing prefixes · 5aac553c
    totten authored
    The preceding update to `CRM_Utils_Cache` meant that `CRM_Utils_Cache::singleton()->flush()`
    (aka `Civi::cache()->flush()`) would flush only the *default* cache. This revision
    ensures that a general system-flush still hits the same caches.
    
    However, we can now define *other* caches which *won't* be hit by system-flush.
    5aac553c