CRM_Utils_Cache_SqlGroup - Don't encourage infinite recursion
authorTim Otten <totten@civicrm.org>
Fri, 30 Mar 2018 01:57:26 +0000 (18:57 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 19 Jun 2018 21:41:22 +0000 (14:41 -0700)
commit1d521e775fd420d05c17322c7613b626be256fac
treef378ef755dc062fe9d3ee85d020ea52127956164
parent5aac553c8b88be9d7fb8ab568a923a3301fea4b2
CRM_Utils_Cache_SqlGroup - Don't encourage infinite recursion

The `deleteGroup(...$clearAll...)` option is heavy-handed and leads to
call-paths that hard to grok.

In the current design of CRM_Core_BAO_Cache (with multi-tier caching), one
does need to clear these things.  But let's not clear everything under the
sun...
CRM/Utils/Cache/SqlGroup.php