class Flush

Constants

private CHUNK_SIZE

Methods

__construct(StoreContext $context, GetEntries $getEntries)

No description

void
execute(array $tagIds, array $tagNames)

Flush all cache entries for the given tags.

Details

at line 14
__construct(StoreContext $context, GetEntries $getEntries)

No description

Parameters

StoreContext $context
GetEntries $getEntries

at line 26
void execute(array $tagIds, array $tagNames)

Flush all cache entries for the given tags.

Parameters

array $tagIds

Array of tag identifiers (e.g., "_all:tag:users:entries")

array $tagNames

Array of tag names (e.g., ["users", "posts"])

Return Value

void