You are here

function _acquia_purge_are_we_using_memcached in Acquia Purge 7

DEPRECATED: Determine if its safe to use memcached based features.

File

./acquia_purge.deprecated.inc, line 58
Deprecated functions.

Code

function _acquia_purge_are_we_using_memcached() {
  _acquia_purge_deprecated('_acquia_purge_service()->hostingInfo()->isMemcachedUsed()');
  return _acquia_purge_service()
    ->hostingInfo()
    ->isMemcachedUsed();
}