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