tlovett1 / simple-cache

A simple caching plugin for WordPress.
https://wordpress.org/plugins/simple-cache/
130 stars 34 forks source link

Implement `wp_cache_*_multiple` functions #144

Open spacedmonkey opened 2 years ago

spacedmonkey commented 2 years ago

Implement new functions, wp_cache_add_multiple, wp_cache_set_multiple and wp_cache_delete_multiple functions.

https://core.trac.wordpress.org/changeset/52700

Not to mention https://make.wordpress.org/core/2020/08/11/introduce-wp_cache_get_multiple/

spacedmonkey commented 2 years ago

https://make.wordpress.org/core/2022/04/29/caching-improvements-in-wordpress-6-0/

spacedmonkey commented 1 year ago

@tlovett1 Any update on this?