constant ACQUIA_PURGE_CID_PREFIX in Acquia Purge 7
Cache ID prefix string.
All calls to cache_get()/cache_set() in this module are prefixed with this constant, which contains the current version number. This helps upgrading users that don't clear their caches greatly and makes changing code easier.
2 uses of ACQUIA_PURGE_CID_PREFIX
- AcquiaPurgeDiagnostics::initializeTestFunctionsList in lib/
AcquiaPurgeDiagnostics.php - Gather test function names from hook_acquia_purge_diagnostics().
- _acquia_purge_registry in ./
acquia_purge.module - Retrieve the Acquia Purge code registry.
File
- ./
acquia_purge.module, line 20 - Acquia Purge, Top-notch Varnish purging on Acquia Cloud!
Code
define('ACQUIA_PURGE_CID_PREFIX', 'acquia_purge_714');