Libraries tagged by memory cache
phpfastcache/phpfastcache
4028779 Downloads
PHP Abstract Cache Class - Reduce your database call using cache system. Phpfastcache handles a lot of drivers such as Apc(u), Cassandra, CouchBase, Couchdb, Dynamodb, Firestore, Mongodb, Files, (P)redis, Leveldb, Memcache(d), Ravendb, Ssdb, Sqlite, Wincache, Xcache, Zend Data Cache.
beste/in-memory-cache
3778423 Downloads
A PSR-6 In-Memory cache that can be used as a fallback implementation and/or in tests.
cash/lrucache
3922057 Downloads
An efficient memory-based Least Recently Used (LRU) cache
fire015/flintstone
95893 Downloads
A key/value database store using flat files for PHP
laminas/laminas-cache-storage-adapter-memory
2821252 Downloads
Laminas cache adapter for memory
carlosio/opcache-dashboard
49568 Downloads
Set up properly and monitor your Zend OPcache with this dashboard that will help you checking memory, hits and status, configuring for optimal performance (warning you when cache full, validation, etc.) and reseting one or all scripts with one click.
pear2/cache_shm
27771 Downloads
Wrapper for shared memory and locking functionality across different PHP extensions.
h4kuna/memoize
86511 Downloads
Provide cache to memory for your class.
mittwald/mw-cache-widget
20282 Downloads
Dashboard widget that displays the current memory usage of OpCodeCache or APCu
duncan3dc/cache
69457 Downloads
Simple PSR-6/PSR-16 compatible disk cache
g4/data-repository
53846 Downloads
repository php library
bnomei/kirby3-boost
2501 Downloads
Boost the speed of Kirby by having content files of files/pages/users cached, with fast lookup based on uuid.
azenned/smc
13635 Downloads
Blueflame cache library using shared memory (SHM)
mouf/utils.cache.in-memory-cache
356401 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.
marvin255/in-memory-cache
602 Downloads
Array based cache for PHP