Libraries tagged by CacheInterface
react/cache
130091176 Downloads
Async, Promise-based cache interface for ReactPHP
desarrolla2/cache
2529442 Downloads
Provides an cache interface for several adapters Apc, Apcu, File, Mongo, Memcache, Memcached, Mysql, Mongo, Redis is supported.
mouf/utils.cache.cache-interface
380736 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
10073 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
146651 Downloads
A basic cache interface with adapters for common cache libraries
kodus/predis-simple-cache
42368 Downloads
A lightweight bridge from predis/predis to a PSR-16 simple-cache interface
hiblaphp/cache
1717 Downloads
Promise based cache implementation based on PSR16 cache interface
corneltek/universal-cache
7098 Downloads
A Generic PHP Cache Interface with Cascade Caching
corneltek/cachekit
7102 Downloads
General cache interface
pluggit/cache
42338 Downloads
A library to provide cache interface access to different backend caches
kuick/cache
6546 Downloads
Kuick Cache is a slim PSR-16 Simple Cache Interface implementation, supporting backends including Redis, ApcU and FileSystem
jdwx/array-cache
3025 Downloads
A trivial implementation of PSR CacheInterface using an in-memory array.
pinkcrab/wp-psr16-cache
700 Downloads
A WordPress based implementation of the PSR16 Cacheinterface using transient or the WP_File_System
journey/cache
475 Downloads
A simpler string cache interface than PSR-6.
jmf/simple-cache
131 Downloads
Cache package implementing PSR-16 simple cache interface.