int retriesLeft(string $key, int $maxAttempts) Get the number of retries
static array pathsToPublish(string $provider = null, string $group = null)
int|bool increment(string $key, mixed $value = 1) Increment the value of
bool forget(string $key) Remove an item from the cache.
string getDefaultDriver() Get the default cache driver name.
array getNames() Get all of the tag names in the set.
void forever(string $key, mixed $value) Store an item in the cache indefinitely
void forget(string $key) Remove an item from the cache.
mixed attempts(string $key) Get the number of attempts for the given key
void __construct(Store $store, array $names = array())
Page 8 of 28