Registry / utility / laminas-laminas-cache-storage-adapter-filesystem

laminas-laminas-cache-storage-adapter-filesystem

JSON →
library3.2.0phppackagistunverified

Laminas cache adapter for filesystem

composer require laminas/laminas-cache-storage-adapter-filesystem
INSTALL
IMPORT
SIG · LAMINAS-LAMINAS-CA
L
laminas-laminas-cache-storage-adapter-filesystem
utilityphpv3.2.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.

Filesystem
use Laminas\Cache\Storage\Adapter\Filesystem;

Store and retrieve a cache item using the filesystem adapter

use Laminas\Cache\Storage\Adapter\Filesystem; $cache = new Filesystem(); $cache->setItem('key', 'value'); echo $cache->getItem('key');
Debug
Known issues
gotchaRequires write permissions to the cache directory
fix
Ensure the cache directory exists and is writable by the web server
affects: >=3.0.0
Upgrade
Version history
3.2.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
laminas-laminas-cache-storage-adapter-filesystem — pip install laminas-laminas-cache-storage-adapter-filesystem · libregistry