protected PhpBackend::prepareItem($cache, $allow_invalid)
Prepares a cached item.
Checks that items are either permanent or did not expire, and returns data as appropriate.
Parameters
object $cache: An item loaded from cache_get() or cache_get_multiple().
bool $allow_invalid: If FALSE, the method returns FALSE if the cache item is not valid.
Return value
mixed The item with data as appropriate or FALSE if there is no valid item to load.
File
core/lib/Drupal/Core/Cache/PhpBackend.php, line 122