Libraries tagged by cache-interface
react/cache
144218461 Downloads
Async, Promise-based cache interface for ReactPHP
desarrolla2/cache
2559844 Downloads
Provides an cache interface for several adapters Apc, Apcu, File, Mongo, Memcache, Memcached, Mysql, Mongo, Redis is supported.
mouf/utils.cache.cache-interface
381666 Downloads
This package only contains the interface that must be implemented by caching classes. Unless you want to implement your own caching method, you should import a cache package that will use this interface. For instance, common.utils.session-cache, or common.utils.file-cache.
spiral/cache
37270 Downloads
Common Cache Interfaces
rtheunissen/cache
147924 Downloads
A basic cache interface with adapters for common cache libraries
marko/cache
532 Downloads
Cache interfaces and infrastructure for Marko Framework
kodus/predis-simple-cache
45044 Downloads
A lightweight bridge from predis/predis to a PSR-16 simple-cache interface
corneltek/universal-cache
7119 Downloads
A Generic PHP Cache Interface with Cascade Caching
corneltek/cachekit
7260 Downloads
General cache interface
pluggit/cache
42632 Downloads
A library to provide cache interface access to different backend caches
hiblaphp/cache
1759 Downloads
Promise based cache implementation based on PSR16 cache interface
bravo3/cache
7639 Downloads
A PHP 5.4 cache interface and various implementations including Redis and Bravo3/ORM
soupmix/cache-base
989 Downloads
Provides framework agnostic implementation of PSR-16 Simple Cache Interface
odan/cache
3776 Downloads
PHP OpCache implementation of PSR-16 Simple Cache Interface
twodevs/cache-interface
75 Downloads
Provides an cache interface for several adapters