-
Notifications
You must be signed in to change notification settings - Fork 143
Support flushing cache groups #38
Copy link
Copy link
Closed
Labels
[Type] EpicA high-level project / epic that will encompass several sub-issuesA high-level project / epic that will encompass several sub-issues[Type] FeatureA new feature within an existing moduleA new feature within an existing module
Description
Cache groups are a core concept of the WordPress object cache and it’s an often requested feature to flush an individual group, without flushing the entire cache.
function wp_cache_flush_group(string $group): bool;This would be most in-line with the currently signatures.
We could optionally accept an array as well, I'm not sure about the WP conventions around this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
[Type] EpicA high-level project / epic that will encompass several sub-issuesA high-level project / epic that will encompass several sub-issues[Type] FeatureA new feature within an existing moduleA new feature within an existing module
Type
Fields
Give feedbackNo fields configured for issues without a type.