ApcuBackend::prepareItem

protected function ApcuBackend::prepareItem

protected ApcuBackend::prepareItem($cache, $allow_invalid)

Prepares a cached item.

Checks that the item is either permanent or did not expire.

Parameters

\stdClass $cache: An item loaded from cache_get() or cache_get_multiple().

bool $allow_invalid: If TRUE, a cache item may be returned even if it is expired or has been invalidated. See ::get().

Return value

mixed The cache item or FALSE if the item expired.

File

core/lib/Drupal/Core/Cache/ApcuBackend.php, line 138

Class

登录查看完整内容