(dev/core#635) CRM_Contact_Selector - Move count to 'long' cache
authorTim Otten <totten@civicrm.org>
Fri, 4 Jan 2019 03:20:28 +0000 (19:20 -0800)
committerTim Otten <totten@civicrm.org>
Fri, 4 Jan 2019 03:20:28 +0000 (19:20 -0800)
commit45b25a1bd527e5614ce1096b6dc5a090a95e30a9
treed9c9bb56e056327ffa1e0bfd3e082daefec25982
parenta7e974f985f73948c0a4b6cfeefb66798ba91c0a
(dev/core#635) CRM_Contact_Selector - Move count to 'long' cache

The selector was set to specifically store the size of the result set in the
SQL-based cache.  For epic:ro-db, we should be able to store these in a
non-SQL location.  The `long` cache suffices.
CRM/Contact/Selector.php