Changeset 60130 for trunk/src/wp-includes/class-wp-object-cache.php
- Timestamp:
- 04/04/2025 09:58:29 PM (12 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-object-cache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-object-cache.php
r59066 r60130 356 356 * @param bool $force Optional. Unused. Whether to force an update of the local cache 357 357 * from the persistent cache. Default false. 358 * @param bool $found Optional. Whether the key was found in the cache (passed by reference).358 * @param bool|null $found Optional. Whether the key was found in the cache (passed by reference). 359 359 * Disambiguates a return of false, a storable value. Default null. 360 360 * @return mixed|false The cache contents on success, false on failure to retrieve contents.
Note: See TracChangeset
for help on using the changeset viewer.