Libraries tagged by array cache
cache/array-adapter
6802618 Downloads
A PSR-6 cache implementation using a php array. This implementation supports tags
matomo/cache
504521 Downloads
PHP caching library based on Doctrine cache
aplus/cache
1282337 Downloads
Aplus Framework Cache Library
mouf/utils.cache.in-memory-cache
354153 Downloads
This package contains the most basic cache mechanism. It stores cache items in an array. It means the cache is flushed as soon as the script returns. It is very basic, but also very fast. You will usually use this mechanism with another one just behind.
duncan3dc/cache
68798 Downloads
Simple PSR-6/PSR-16 compatible disk cache
piwik/cache
352311 Downloads
PHP caching library based on Doctrine cache
ihor/cachalot
27618 Downloads
Cache a lot in a proper way (APC, XCache, Memcached, Redis, Couchbase)
pulkitjalan/multicache
17599 Downloads
Adds array caching to Laravels cache drivers and custom drivers
smorken/array-cache
2018 Downloads
Array caching extension for PHP and Laravel
pfinal/cache
3999 Downloads
php cache、psr simple-cache、memcache redis file array
hitmeister/rapido-cache
56707 Downloads
Yet another PHP caching library.
madj2k/t3-accelerator
304 Downloads
Speed up your TYPO3 installation: add Critical CSS (Above The Fold) inline, minify the HTML of your website, use subdomains as CDN to reduce page load, manage proxy-caching (e.g with Varnish) via page-properties, reduce database size when storing JSON-arrays with persisted objects to the database
awssat/laravel-kabsa
508 Downloads
Laravel Array database
romm/configuration-object
29258 Downloads
Transform any configuration plain array into a dynamic and configurable object structure, and pull apart configuration handling from the main logic of your script. Use provided services to add more functionality to your objects: cache, parents, persistence and much more.
jdwx/array-cache
104 Downloads
A trivial implementation of PSR CacheInterface using an in-memory array.