Registry / utility / illuminate-cache

illuminate-cache

JSON →
library11.37.0phppackagistunverified

The Illuminate Cache package provides a unified caching API for Laravel applications.

composer require illuminate/cache
INSTALL
IMPORT
SIG · ILLUMINATE-CACHE
I
illuminate-cache
utilityphpv11.37.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Cache
use Illuminate\Support\Facades\Cache;

Store and retrieve a cached value.

<?php use Illuminate\Support\Facades\Cache; Cache::put('key', 'value', 600); $value = Cache::get('key');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
11.37.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources