Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(dev/core#174) System::flushCache() - Continue existing behavior afte…
…ring fixing prefixes 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.
- Loading branch information