nawawi / docket-cache

A persistent object cache stored as a plain PHP code, accelerates caching with OPcache backend.
Other
48 stars 15 forks source link

wp_cache_flush_group #15

Closed endlessuniverse closed 2 years ago

endlessuniverse commented 2 years ago

Hello there. Thank you for this project! FYI, a function named wp_cache_flush_group was introduced in the development version of WordPress. You might want to check it.

nawawi commented 2 years ago

Hi, thanks for the info. Btw, we already implemented it, you may refer to https://github.com/nawawi/docket-cache/blob/master/includes/cache.php#L2130

Thanks.