ClearCommand::comment()
  • References/PHP/Laravel/Cache/Console

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

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

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)

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

bool tooManyAttempts(string $key, int $maxAttempts, float|int $decayMinutes = 1)

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

TaggedCache section(string $name)

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

mixed __call(string $method, array $parameters) Dynamically handle missing

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

void flush() Remove all items from the cache.

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

void line(string $string, string $style = null, null|int|string $verbosity = null)

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

ConnectionInterface getConnection()

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

void put(string $key, mixed $value, int $minutes) Store an item in the

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

Memcached connect(array $servers, string|null $connectionId = null, array $options = array(), array $credentials = array())

2025-01-10 15:47:30