public function BlazyManagerBase::getCache in Blazy 8
Same name and namespace in other branches
- 8.2 src/BlazyManagerBase.php \Drupal\blazy\BlazyManagerBase::getCache()
Returns the cache.
File
- src/
BlazyManagerBase.php, line 109
Class
- BlazyManagerBase
- Implements BlazyManagerInterface.
Namespace
Drupal\blazyCode
public function getCache() {
return $this->cache;
}