Libraries tagged by array cache
cache/array-adapter
8746322 Downloads
A PSR-6 cache implementation using a php array. This implementation supports tags
matomo/cache
2368384 Downloads
PHP caching library based on Doctrine cache
piwik/cache
370814 Downloads
PHP caching library based on Doctrine cache
duncan3dc/cache
74067 Downloads
Simple PSR-6/PSR-16 compatible disk cache
aplus/cache
1608371 Downloads
Aplus Framework Cache Library
anik/cache
311 Downloads
ez-php/cache
5898 Downloads
Cache module for the ez-php framework — array, file, and Redis drivers with a unified interface
ihor/cachalot
28548 Downloads
Cache a lot in a proper way (APC, XCache, Memcached, Redis, Couchbase)
pulkitjalan/multicache
20085 Downloads
Adds array caching to Laravels cache drivers and custom drivers
componenta/var-export
7323 Downloads
Export scalars, arrays, enums, and portable closures as executable PHP expressions
smorken/array-cache
4394 Downloads
Array caching extension for PHP and Laravel
jdwx/array-cache
3477 Downloads
A trivial implementation of PSR CacheInterface using an in-memory array.
mouf/utils.cache.in-memory-cache
361842 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.
webisters/cache
319 Downloads
Webisters Cache Library
winzou/cache-bundle
29103 Downloads
This bundle provides a simple cache management to Symfony2. Now you can use a cache system without reinventing it. It supports Apc, XCache, File, ZendData and Array..