TaggedCache tags(array|mixed $names)
bool has(string $key) Determine if an item exists in the cache.
array many(array $keys) Retrieve multiple items from the cache by key.
Repository repository(
mixed sear(string $key, Closure $callback)
bool hasArgument(string|int $name) Determine if the given argument is present
void __clone() Clone cache repository instance.
mixed pull(string $key, mixed $default = null) Retrieve an item from the
void setDefaultCacheTime(int $minutes) Set the default cache time in minutes
Page 29 of 34