$apcuCache->created()
Checks when the cache has been created; returns the creation timestamp on success and false if the item does not exist
$apcuCache->created(string $key): int|false
Parameters
| Name | Type | Default |
|---|---|---|
| $keyrequired | string |
no default value |
Return types
intorfalse
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