$memorycache->get()
Gets an item from the cache
$memorycache->get(string $key, mixed $default = null): mixedParameters
| Name | Type | Default | 
|---|---|---|
| $key * | string | – | 
| $default | mixed | null | 
Return type
mixed
Parent class
  Kirby\Cache\MemoryCache    inherited from Kirby\Cache\Cache