You are here

public function GridStackPluginManagerBase::getCache in GridStack 8.2

Returns cache backend service.

File

src/GridStackPluginManagerBase.php, line 91

Class

GridStackPluginManagerBase
Implements GridStackPluginManagerInterface.

Namespace

Drupal\gridstack

Code

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