Changeset 60130
- Timestamp:
- 04/04/2025 09:58:29 PM (3 weeks ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cache.php
r54448 r60130 145 145 * @param bool $force Optional. Whether to force an update of the local cache 146 146 * from the persistent cache. Default false. 147 * @param bool 147 * @param bool|null $found Optional. Whether the key was found in the cache (passed by reference). 148 148 * Disambiguates a return of false, a storable value. Default null. 149 149 * @return mixed|false The cache contents on success, false on failure to retrieve contents. -
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 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.