You are here

public function BlazyManagerBase::getCache in Blazy 8

Same name and namespace in other branches
  1. 8.2 src/BlazyManagerBase.php \Drupal\blazy\BlazyManagerBase::getCache()

Returns the cache.

File

src/BlazyManagerBase.php, line 109

Class

BlazyManagerBase
Implements BlazyManagerInterface.

Namespace

Drupal\blazy

Code

public function getCache() {
  return $this->cache;
}