Skip to content

Support flushing cache groups #38

@tillkruss

Description

@tillkruss

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.

Metadata

Metadata

Assignees

Labels

[Type] EpicA high-level project / epic that will encompass several sub-issues[Type] FeatureA new feature within an existing module

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions