TaggedCache tags(array|mixed $names)
void __clone() Clone cache repository instance.
ArrayStore class ArrayStore extends
mixed pull(string $key, mixed $default = null) Retrieve an item from the
mixed __call(string $method, array $parameters) Dynamically call the default
bool has(string $key) Determine if an item exists in the cache.
bool forget(string $key) Remove an item from the cache.
void offsetUnset(string $key) Remove an item from the cache.
Page 29 of 34