mixed get(string $key, mixed $default = null) Retrieve an item from the cache by key. Parameters string $key mixed $default Return Value mixed
mixed get(string $key, mixed $default = null) Get the specified configuration value. Parameters string $key mixed $default Return Value mixed
float|int getDefaultCacheTime() Get the default cache time. Return Value float|int
Store getStore() Get the cache store implementation. Return Value Store
bool has(string $key) Determine if an item exists in the cache. Parameters string $key Return Value bool
bool has(string $key) Determine if the given configuration value exists. Parameters string $key Return Value bool
Page 9667 of 11844