Skip to content

Kirby 4.2.0

$apcucache->get()

Gets an item from the cache

$apcucache->get(string $key, $default = null)

Parameters

Name Type Default
$key * string
$default mixed null

Parent class

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