CRM-16642 - Rename `refreshCache` to `flushCache`
authorTim Otten <totten@civicrm.org>
Thu, 19 May 2016 23:09:23 +0000 (16:09 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 19 May 2016 23:09:23 +0000 (16:09 -0700)
commit2b68a50cdab2028339d5689d0f03d8037e6a9703
tree98721f98bef6577f9e1a84fda5963e0cb3060c9e
parent2a4fb8098057d002a2023e7dc1a8f5d1cf382cd3
CRM-16642 - Rename `refreshCache` to `flushCache`

The old name is misleading about the outcome -- it does not end up producing
a 'fresh' cache.  It produces an empty cache.
14 files changed:
CRM/Activity/BAO/Activity.php
CRM/Contact/BAO/Contact.php
CRM/Contact/BAO/Contact/Utils.php
CRM/Contact/BAO/GroupContact.php
CRM/Contact/BAO/GroupContactCache.php
CRM/Contact/Form/CustomData.php
CRM/Contact/Form/Inline/CustomData.php
CRM/Contact/Page/AJAX.php
CRM/Contribute/BAO/Contribution.php
CRM/Core/BAO/EntityTag.php
CRM/Event/BAO/Participant.php
CRM/Member/BAO/Membership.php
api/v3/Job.php
tests/phpunit/CRM/Contact/BAO/GroupContactCacheTest.php