Mercurial > hg > cmmr2012-drupal-site
comparison core/lib/Drupal/Core/Cache/ApcuBackend.php @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
127 * Prepares a cached item. | 127 * Prepares a cached item. |
128 * | 128 * |
129 * Checks that the item is either permanent or did not expire. | 129 * Checks that the item is either permanent or did not expire. |
130 * | 130 * |
131 * @param \stdClass $cache | 131 * @param \stdClass $cache |
132 * An item loaded from cache_get() or cache_get_multiple(). | 132 * An item loaded from self::get() or self::getMultiple(). |
133 * @param bool $allow_invalid | 133 * @param bool $allow_invalid |
134 * If TRUE, a cache item may be returned even if it is expired or has been | 134 * If TRUE, a cache item may be returned even if it is expired or has been |
135 * invalidated. See ::get(). | 135 * invalidated. See ::get(). |
136 * | 136 * |
137 * @return mixed | 137 * @return mixed |