void __construct(string $key, array $tags = array()) Create a new event
float|int getDefaultCacheTime() Get the default cache time.
void forever(string $key, mixed $value) Store an item in the cache indefinitely
void flush() Remove all items from the cache.
static mixed __callStatic(string $method, array $parameters) Dynamically
bool isDeferred() Determine if the provider is deferred.
bool has(string $key) Determine if an item exists in the cache.
void __construct(Filesystem $files, string $directory)
array many(array $keys) Retrieve multiple items from the cache by key.
CacheHit class CacheHit (
Page 1 of 34