Skip to content

Kirby 4.2.0

$apcucache->expired()

Checks if an item in the cache is expired

$apcucache->expired(string $key): bool

Parameters

Name Type Default
$key * string

Return type

bool

Parent class

Kirby\Cache\ApcuCache inherited from Kirby\Cache\Cache