Skip to content

No support for wp_cache_flush_group() #882

@UVLabs

Description

@UVLabs

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions