public function SolrCacheInterface::getCache in Search API Solr 4.x
Same name and namespace in other branches
- 8.3 src/SolrCacheInterface.php \Drupal\search_api_solr\SolrCacheInterface::getCache()
Gets the Solr Cache definition as nested associative array.
Return value
array The Solr Cache definition as nested associative array.
1 method overrides SolrCacheInterface::getCache()
- SolrCache::getCache in src/
Entity/ SolrCache.php - Gets the Solr Cache definition as nested associative array.
File
- src/
SolrCacheInterface.php, line 24
Class
- SolrCacheInterface
- Provides an interface defining a SolrCache entity.
Namespace
Drupal\search_api_solrCode
public function getCache();