Mercurial > hg > isophonics-drupal-site
comparison core/lib/Drupal/Core/Cache/PhpBackend.php @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | 1fec387a4317 |
children |
comparison
equal
deleted
inserted
replaced
17:129ea1e6d783 | 18:af1871eacc83 |
---|---|
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 |