You are here

public function SolrCache::getCache in Search API Solr 4.x

Same name and namespace in other branches
  1. 8.3 src/Entity/SolrCache.php \Drupal\search_api_solr\Entity\SolrCache::getCache()

Gets the Solr Cache definition as nested associative array.

Return value

array The Solr Cache definition as nested associative array.

Overrides SolrCacheInterface::getCache

File

src/Entity/SolrCache.php, line 60

Class

SolrCache
Defines the SolrCache entity.

Namespace

Drupal\search_api_solr\Entity

Code

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