public function AcquiaPurgeHostingInfo::isMemcachedUsed in Acquia Purge 7
Determine if Drupal's caches are powered by memcache.
Return value
bool Boolean TRUE memcached is in use, FALSE if not.
File
- lib/
AcquiaPurgeHostingInfo.php, line 459 - Contains AcquiaPurgeHostingInfo.
Class
- AcquiaPurgeHostingInfo
- Provides technical information accessors for the Acquia Cloud environment.
Code
public function isMemcachedUsed() {
return $this->isMemcachedUsed;
}