Mercurial > hg > cmmr2012-drupal-site
comparison core/lib/Drupal/Core/Cache/PhpBackend.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 |
---|---|
110 * | 110 * |
111 * Checks that items are either permanent or did not expire, and returns data | 111 * Checks that items are either permanent or did not expire, and returns data |
112 * as appropriate. | 112 * as appropriate. |
113 * | 113 * |
114 * @param object $cache | 114 * @param object $cache |
115 * An item loaded from cache_get() or cache_get_multiple(). | 115 * An item loaded from self::get() or self::getMultiple(). |
116 * @param bool $allow_invalid | 116 * @param bool $allow_invalid |
117 * If FALSE, the method returns FALSE if the cache item is not valid. | 117 * If FALSE, the method returns FALSE if the cache item is not valid. |
118 * | 118 * |
119 * @return mixed | 119 * @return mixed |
120 * The item with data as appropriate or FALSE if there is no | 120 * The item with data as appropriate or FALSE if there is no |