$memorycache->created()
Checks when the cache has been created; returns the creation timestamp on success and false if the item does not exist
$memorycache->created(string $key): int|falseParameters
| Name | Type | Default | 
|---|---|---|
| $key * | string | – | 
Return type
int|false
Parent class
  Kirby\Cache\MemoryCache    inherited from Kirby\Cache\Cache