Skip to content

Kirby 5.0.4

$memCached->modified()

Alternate version for Cache::created($key)

$memCached->modified(string $key): int|false

Parameters

Name Type Default
$keyrequired string no default value

Return types

intorfalse

This method modifies the existing $memcached object it is applied to and returns it again.

Parent class

Kirby\Cache\MemCached inherited from Kirby\Cache\Cache