-
Notifications
You must be signed in to change notification settings - Fork 117
Description
The plugin has no support for wp_cache_flush_group():
https://developer.wordpress.org/reference/functions/wp_cache_flush_group/
This is explicitly defined inside this file here: https://github.com/litespeedtech/lscache_wp/blob/master/src/object.lib.php#L331
It's been years since WP added this wp_cache_flush_group(); function...when is this expect to be included?
This affects my workflow because on sites where I have custom plugins, I need to disable the litespeed plugin and install W3 Total Cache simply because sometimes the cache keys I create are dynamic, and the values used to create them are not always available in methods where I would want to clear those cache keys.
Being able to clear the entire group is far more efficient. Any plans on this?