Skip to content

Kirby 4.3.0

$nullcache->get()

Gets an item from the cache

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

Parameters

Name Type Default
$key * string
$default mixed null

Parent class

Kirby\Cache\NullCache inherited from Kirby\Cache\Cache