Changeset 44601
- Timestamp:
- 01/15/2019 06:17:42 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cache.php
r42343 r44601 527 527 * @param int|string $key What the contents in the cache are called. 528 528 * @param string $group Optional. Where the cache contents are grouped. Default 'default'. 529 * @param string$force Optional. Unused. Whether to force a refetch rather than relying on the local529 * @param bool $force Optional. Unused. Whether to force a refetch rather than relying on the local 530 530 * cache. Default false. 531 * @param bool 532 * 531 * @param bool $found Optional. Whether the key was found in the cache (passed by reference). 532 * Disambiguates a return of false, a storable value. Default null. 533 533 * @return false|mixed False on failure to retrieve contents or the cache contents on success. 534 534 */
Note: See TracChangeset
for help on using the changeset viewer.