Libraries tagged by array cache
ryssbowh/laravel-array-cache
5 Downloads
Helper to cache using dotted array keys in Laravel
parshikovpavel/array-cache
13 Downloads
Non-persistent PSR-6/PSR-16 compatible cache using an array. Useful for mocking the original cache in tests
marko/cache-array
42 Downloads
In-memory array cache driver for Marko Framework
somephp/arraycache
8 Downloads
Quickly store and retrieve arrays. Persist data with two methods, set and get. Enabling OPcache is recommended for speed.
jtk/simple-php-cache
9 Downloads
Very small and simple lib for caching
tochka-developers/array-file-cache
179 Downloads
Array file cache (psr/simple-cache implementation)
idct/php-array-file-cache
531 Downloads
Simple file-based cache system for PHP.
alcidesrc/cache
0 Downloads
A PHP class that allows to optimize cacheable arrays by packing/unpacking the schema
orieg/judy-cache
3 Downloads
PSR-16 cache backed by Judy arrays, with O(range) prefix invalidation. For long-running PHP (Octane, Swoole, RoadRunner, FrankenPHP workers).
soupmix/cache
7 Downloads
Provides framework agnostic implementation of PSR-16 Simple Cache Interface
shasoft/psr-cache
20 Downloads
PSR-16 cache adapters
reliv/cache-rat
280 Downloads
Basic PSR Cache implementation with global cache clearing
parshikovpavel/psr-cache-adapter
20 Downloads
Adapter-decorator to cast a PSR-6 pool implementation to the PSR-16 simple cache interface
julienlinard/php-cache
178 Downloads
Système de cache moderne et sécurisé pour PHP 8+ avec support de multiples drivers (File, Redis, Memcached, Array), tags, TTL et invalidation
italix/cache
2 Downloads
PSR-16 shaped caching: an opcache-backed file driver, an array driver, and an adapter over any Contracts KeyValueStore