Libraries tagged by CacheInterface
react/cache
80139478 Downloads
Async, Promise-based cache interface for ReactPHP
desarrolla2/cache
2391347 Downloads
Provides an cache interface for several adapters Apc, Apcu, File, Mongo, Memcache, Memcached, Mysql, Mongo, Redis is supported.
rtheunissen/cache
137603 Downloads
A basic cache interface with adapters for common cache libraries
kodus/predis-simple-cache
27093 Downloads
A lightweight bridge from predis/predis to a PSR-16 simple-cache interface
mouf/utils.cache.cache-interface
376363 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
6059 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.
pluggit/cache
41302 Downloads
A library to provide cache interface access to different backend caches
kuick/cache
4090 Downloads
Kuick Cache is a slim PSR-16 Simple Cache Interface implementation, supporting backends including Redis, ApcU and FileSystem
jdwx/array-cache
502 Downloads
A trivial implementation of PSR CacheInterface using an in-memory array.
corneltek/cachekit
6854 Downloads
General cache interface
dhii/simple-cache-interface
1900 Downloads
A simple cache standard inspired by PSR-16.
pinkcrab/wp-psr16-cache
575 Downloads
A WordPress based implementation of the PSR16 Cacheinterface using transient or the WP_File_System
journey/cache
442 Downloads
A simpler string cache interface than PSR-6.
corneltek/universal-cache
6991 Downloads
A Generic PHP Cache Interface with Cascade Caching
soupmix/cache-base
930 Downloads
Provides framework agnostic implementation of PSR-16 Simple Cache Interface