CacheCollector::get

public function CacheCollector::get

public CacheCollector::get($key)

Gets value from the cache.

Parameters

string $key: Key that identifies the data.

Return value

mixed The corresponding cache data.

Overrides CacheCollectorInterface::get

File

core/lib/Drupal/Core/Cache/CacheCollector.php, line 142

Class

登录查看完整内容