Repository::get()
  • References/PHP/Laravel/Cache

mixed get(string $key, mixed $default = null) Retrieve an item from the

2025-01-10 15:47:30
CacheTableCommand::argument()
  • References/PHP/Laravel/Cache/Console

string|array argument(string $key = null) Get the value of a command argument

2025-01-10 15:47:30
XCacheStore::increment()
  • References/PHP/Laravel/Cache

int|bool increment(string $key, mixed $value = 1) Increment the value of

2025-01-10 15:47:30
CacheTableCommand::comment()
  • References/PHP/Laravel/Cache/Console

void comment(string $string, null|int|string $verbosity = null) Write a

2025-01-10 15:47:30
CacheManager::setDefaultDriver()
  • References/PHP/Laravel/Cache

void setDefaultDriver(string $name) Set the default cache driver name.

2025-01-10 15:47:30
RedisStore::setConnection()
  • References/PHP/Laravel/Cache

void setConnection(string $connection) Set the connection name to be used

2025-01-10 15:47:30
CacheTableCommand::info()
  • References/PHP/Laravel/Cache/Console

void info(string $string, null|int|string $verbosity = null) Write a string

2025-01-10 15:47:30
RateLimiter::resetAttempts()
  • References/PHP/Laravel/Cache

mixed resetAttempts(string $key) Reset the number of attempts for the given

2025-01-10 15:47:30
ClearCommand::argument()
  • References/PHP/Laravel/Cache/Console

string|array argument(string $key = null) Get the value of a command argument

2025-01-10 15:47:30
FileStore::getDirectory()
  • References/PHP/Laravel/Cache

string getDirectory() Get the working directory of the cache.

2025-01-10 15:47:30