Skip to content

Kirby 5.1.3

$apcuCache->flush()

Flushes the entire cache and returns whether the operation was successful

$apcuCache->flush(): bool

Return type

bool

This method modifies the existing $apcucache object it is applied to and returns it again.

Parent class

Kirby\Cache\ApcuCache