Libraries tagged by storage cache
mitogh/on-cache-please
16 Downloads
Storage a request automatically on a transient cache
jackardios/laravel-file-cache
291 Downloads
Fetch and cache files from local filesystem, cloud storage or public webservers in Laravel
weird-webdesign/cache
248 Downloads
A small set of strategies and storages implemented into PHP classes.
titon/cache
1867 Downloads
The cache package provides a data caching layer that supports multiple storage engines.
timurturdyev/laminas-cache
7 Downloads
Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output
sunnysideup/dynamic-cache-content
47 Downloads
This silverstripe module allows you to cache any page and then load user specific content on top of it.
stefangabos/zebra_cache
32 Downloads
A lightweight and flexible PHP caching library with support for file, Redis, and Memcached storage backends.
php-strict/storable-cache
77 Downloads
Storable cache store items more than their lifetime, up to time to save.
pdyn/cache
44 Downloads
Simple caching class supporting both file and database storage.
pcfreak30/wordpress-cache-store
650 Downloads
WordPress cache library to enable a data tree inspired storage structure to offset the limitation of the WordPress cache API for querying available keys
nael_d/cachex
6 Downloads
Cachex: A PHP caching library with in-memory and file-based storage, offering flexible options for TTL, tags, and namespaces.
loilo/storage-paths
60 Downloads
Get OS-specific paths for storing your project's config, cache, logs etc.
imbo/imbo-metadata-cache
0 Downloads
Metadata cache event listener for Imbo
idct/php-array-file-cache
529 Downloads
Simple file-based cache system for PHP.
ftembe/cachehandler
7 Downloads
The project is a lightweight caching solution that improves performance by storing and retrieving data efficiently. It offers a file-based storage approach with customizable expiration times, automatic removal of expired data, and ensures the cache folder is accessible and writable. Integrating this caching mechanism enhances application speed and reduces processing time.