You are here

public function AcquiaPurgeHostingInfo::getPageCacheBackend in Acquia Purge 7

Get the backend class the page cache operates on.

Return value

string Class name, e.g. 'DrupalDatabaseCache', 'DrupalFakeCache' or different.

File

lib/AcquiaPurgeHostingInfo.php, line 398
Contains AcquiaPurgeHostingInfo.

Class

AcquiaPurgeHostingInfo
Provides technical information accessors for the Acquia Cloud environment.

Code

public function getPageCacheBackend() {
  return $this->pageCacheBackend;
}