void __construct(Application $app)
array many(array $keys) Retrieve multiple items from the cache by key.
string getPrefix() Get the cache key prefix.
int|bool increment(string $key, mixed $value) Increment the value of an
mixed offsetGet(string $key) Retrieve an item from the cache by key.
bool offsetExists(string $key) Determine if a cached value exists.
mixed __call(string $method, array $parameters) Dynamically call the default
bool has(string $key) Determine if an item exists in the cache.
bool add(string $key, mixed $value, DateTime|float|int $minutes)
Page 28 of 28