Libraries tagged by CacheInterface
react/cache
69910185 Downloads
Async, Promise-based cache interface for ReactPHP
desarrolla2/cache
2360330 Downloads
Provides an cache interface for several adapters Apc, Apcu, File, Mongo, Memcache, Memcached, Mysql, Mongo, Redis is supported.
rekalogika/psr-16-simple-cache-bundle
5672 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
135935 Downloads
A basic cache interface with adapters for common cache libraries
kuick/cache
3895 Downloads
Kuick Cache is a slim PSR-16 Simple Cache Interface implementation, supporting backends including Redis, ApcU and FileSystem
kodus/predis-simple-cache
25708 Downloads
A lightweight bridge from predis/predis to a PSR-16 simple-cache interface
mouf/utils.cache.cache-interface
376021 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.
pluggit/cache
41160 Downloads
A library to provide cache interface access to different backend caches
pinkcrab/wp-psr16-cache
559 Downloads
A WordPress based implementation of the PSR16 Cacheinterface using transient or the WP_File_System
jdwx/array-cache
223 Downloads
A trivial implementation of PSR CacheInterface using an in-memory array.
initphp/cache
103 Downloads
PSR-16 is a simple caching library that uses the Simple Cache interface.
corneltek/universal-cache
6989 Downloads
A Generic PHP Cache Interface with Cascade Caching
corneltek/cachekit
6849 Downloads
General cache interface
soupmix/cache-base
924 Downloads
Provides framework agnostic implementation of PSR-16 Simple Cache Interface
odan/cache
3739 Downloads
PHP OpCache implementation of PSR-16 Simple Cache Interface