(dev/core#174) System::flushCache() - Continue existing behavior aftering fixing...
authorTim Otten <totten@civicrm.org>
Mon, 18 Jun 2018 21:58:10 +0000 (14:58 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 19 Jun 2018 21:41:22 +0000 (14:41 -0700)
commit5aac553c8b88be9d7fb8ab568a923a3301fea4b2
tree1b31711474c1f1cb6ff9cce76e31651ede842257
parent8e2819ad181756dd3be3688ab1ba40e5c4f16cc9
(dev/core#174) System::flushCache() - Continue existing behavior aftering 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.
CRM/Utils/System.php