Libraries tagged by CacheInterface
react/cache
86347792 Downloads
Async, Promise-based cache interface for ReactPHP
desarrolla2/cache
2415739 Downloads
Provides an cache interface for several adapters Apc, Apcu, File, Mongo, Memcache, Memcached, Mysql, Mongo, Redis is supported.
mouf/utils.cache.cache-interface
377452 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.
rtheunissen/cache
138663 Downloads
A basic cache interface with adapters for common cache libraries
kuick/cache
4637 Downloads
Kuick Cache is a slim PSR-16 Simple Cache Interface implementation, supporting backends including Redis, ApcU and FileSystem
kodus/predis-simple-cache
28324 Downloads
A lightweight bridge from predis/predis to a PSR-16 simple-cache interface
rekalogika/psr-16-simple-cache-bundle
6157 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
41428 Downloads
A library to provide cache interface access to different backend caches
jdwx/array-cache
647 Downloads
A trivial implementation of PSR CacheInterface using an in-memory array.
pinkcrab/wp-psr16-cache
599 Downloads
A WordPress based implementation of the PSR16 Cacheinterface using transient or the WP_File_System
mvccore/ext-cache
426 Downloads
MvcCore - Extension - Cache - register and use cache instances, cache interface.
corneltek/universal-cache
6991 Downloads
A Generic PHP Cache Interface with Cascade Caching
corneltek/cachekit
6855 Downloads
General cache interface
soupmix/cache-base
931 Downloads
Provides framework agnostic implementation of PSR-16 Simple Cache Interface
odan/cache
3740 Downloads
PHP OpCache implementation of PSR-16 Simple Cache Interface