public function SolrCache::getCache in Search API Solr 8.3
Same name and namespace in other branches
- 4.x 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\EntityCode
public function getCache() {
return $this->cache;
}