Changeset 36069 for trunk/src/wp-includes/cache.php
- Timestamp:
- 12/23/2015 06:30:09 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cache.php
r35325 r36069 113 113 * @param bool $force Optional. Whether to force an update of the local cache from the persistent 114 114 * cache. Default false. 115 * @param bool &$foundOptional. Whether the key was found in the cache. Disambiguates a return of false,115 * @param bool $found Optional. Whether the key was found in the cache. Disambiguates a return of false, 116 116 * a storable value. Passed by reference. Default null. 117 117 * @return bool|mixed False on failure to retrieve contents or the cache … … 535 535 * @param string $force Optional. Unused. Whether to force a refetch rather than relying on the local 536 536 * cache. Default false. 537 * @param bool &$foundOptional. Whether the key was found in the cache. Disambiguates a return of537 * @param bool $found Optional. Whether the key was found in the cache. Disambiguates a return of 538 538 * false, a storable value. Passed by reference. Default null. 539 539 * @return false|mixed False on failure to retrieve contents or the cache contents on success.
Note: See TracChangeset
for help on using the changeset viewer.