You are here

public function ContentEntity::getEntityMemoryCache in Search API 8

Retrieves the entity memory cache service.

Return value

\Drupal\Core\Cache\CacheBackendInterface|null The memory cache, or NULL.

File

src/Plugin/search_api/datasource/ContentEntity.php, line 445

Class

ContentEntity
Represents a datasource which exposes the content entities.

Namespace

Drupal\search_api\Plugin\search_api\datasource

Code

public function getEntityMemoryCache() {
  return $this->memoryCache;
}