#55029 closed enhancement (fixed)
Implement the wp_cache_*_multiple function in core
Reported by: | spacedmonkey | Owned by: | spacedmonkey |
---|---|---|---|
Milestone: | 6.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Cache API | Keywords: | has-patch has-unit-tests |
Focuses: | performance | Cc: |
Description
In #54574, new functions called wp_cache_add_multiple
, wp_cache_delete_multiple
and wp_cache_update_multiple
are added. These functions can and should be used in core functions to get the benefit of adding these functions.
Change History (9)
This ticket was mentioned in PR #2271 on WordPress/wordpress-develop by spacedmonkey.
3 years ago
#2
- Keywords has-patch has-unit-tests added
Trac ticket: https://core.trac.wordpress.org/ticket/55029
felixarntz commented on PR #2271:
3 years ago
#3
@spacedmonkey Happy to review this once #2018 has been committed to core, so that this PR can be refreshed. 👍
#4
@
3 years ago
@spacedmonkey Nice work! The latest PR looks good to me. I assume you have done some testing, but it would be good to get this merged soon so it can get wider testing.
I have highlight some places that could use these new functions.
Add
Delete
Set