Changeset 48099 for trunk/src/wp-includes/class-wp-object-cache.php
- Timestamp:
- 06/19/2020 10:25:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-object-cache.php
r47944 r48099 309 309 * 310 310 * @param array $keys Array of keys under which the cache contents are stored. 311 * @param string $group Optional. Where the cache contents are grouped. Default empty.311 * @param string $group Optional. Where the cache contents are grouped. Default 'default'. 312 312 * @param bool $force Optional. Whether to force an update of the local cache 313 313 * from the persistent cache. Default false.
Note: See TracChangeset
for help on using the changeset viewer.