Skip to content

Kirby 4.2.0

$filecache->exists()

Determines if an item exists in the cache

$filecache->exists(string $key): bool

Parameters

Name Type Default
$key * string

Return type

bool

Parent class

Kirby\Cache\FileCache inherited from Kirby\Cache\Cache