Skip to content

Kirby 4.1.2

$nullcache->remove()

Removes an item from the cache and returns whether the operation was successful

$nullcache->remove(string $key): bool

Parameters

Name Type Default
$key * string

Return type

bool

Parent class

Kirby\Cache\NullCache