Libraries tagged by CacheInterface
react/cache
141530229 Downloads
Async, Promise-based cache interface for ReactPHP
desarrolla2/cache
2554388 Downloads
Provides an cache interface for several adapters Apc, Apcu, File, Mongo, Memcache, Memcached, Mysql, Mongo, Redis is supported.
mouf/utils.cache.cache-interface
381396 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.
rekalogika/psr-16-simple-cache-bundle
11155 Downloads
Enables PSR-16 Simple Cache services in Symfony that were previously removed in Symfony 4.3. Just wire in Psr\SimpleCache\CacheInterface to use it.
rtheunissen/cache
147855 Downloads
A basic cache interface with adapters for common cache libraries
kodus/predis-simple-cache
44595 Downloads
A lightweight bridge from predis/predis to a PSR-16 simple-cache interface
corneltek/cachekit
7216 Downloads
General cache interface
pluggit/cache
42576 Downloads
A library to provide cache interface access to different backend caches
jdwx/array-cache
3276 Downloads
A trivial implementation of PSR CacheInterface using an in-memory array.
corneltek/universal-cache
7110 Downloads
A Generic PHP Cache Interface with Cascade Caching
kuick/cache
6661 Downloads
Kuick Cache is a slim PSR-16 Simple Cache Interface implementation, supporting backends including Redis, ApcU and FileSystem
hiblaphp/cache
1758 Downloads
Promise based cache implementation based on PSR16 cache interface
bravo3/cache
7624 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