$apcuCache->modified()
Alternate version for Cache::created($key)
$apcuCache->modified(string $key): int|false
Parameters
Name | Type | Default |
---|---|---|
$keyrequired | string |
no default value |
Return types
int
orfalse
This method modifies the existing $apcucache
object it is applied to and returns it again.
Parent class
Kirby\Cache\ApcuCache
inherited from Kirby\Cache\Cache