Libraries tagged by array cache
anik/cache
5 Downloads
tochka-developers/array-file-cache
149 Downloads
Array file cache (psr/simple-cache implementation)
serato/cacheable-array
27938 Downloads
Provides an array-like object whose contents are persisted to a PSR-16 cache
smoke/zf2-cache-storage-redis-array
26462 Downloads
RedisArray Cache Storage for Zend Framework 2
gjerokrsteski/php-dba-cache
18 Downloads
Create a caching with the PHP Database (dbm-style) Abstraction Layer to cache your objects, strings, integers or arrays
reliv/cache-rat
243 Downloads
Basic PSR Cache implementation with global cache clearing
oscarricardosan/cache_object
586 Downloads
Small package for handling cache in code block and not having to use session and avoid 'array_has' or the like.
anekdotes/cache
460 Downloads
Allows caching using different drivers
winzou/cache-bundle
28952 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..
forever2077/php-helper
34 Downloads
PHP Tool Library
manta_ray_media/random_hero_bg
352 Downloads
Pass array of strings and get back single string with cleared cache
requtize/config
787 Downloads
Simple Config library, that handle PHP arrays, YAML and INI files as configs and can dump all configs into one PHP file as Cache.
ryssbowh/laravel-array-cache
4 Downloads
Helper to cache using dotted array keys in Laravel
parshikovpavel/array-cache
8 Downloads
Non-persistent PSR-6/PSR-16 compatible cache using an array. Useful for mocking the original cache in tests
somephp/arraycache
8 Downloads
Quickly store and retrieve arrays. Persist data with two methods, set and get. Enabling OPcache is recommended for speed.