Libraries tagged by PSR_Cache
psr-discovery/cache-implementations
5051397 Downloads
Lightweight library that discovers available PSR-6 Cache implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.
cache/taggable-cache
2326279 Downloads
Add tag support to your PSR-6 cache implementation
cache/simple-cache-bridge
2430649 Downloads
A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.
sabre/cache
977917 Downloads
Simple cache abstraction layer implementing PSR-16
yiisoft/cache
707548 Downloads
Yii Caching Library
desarrolla2/cache
2363110 Downloads
Provides an cache interface for several adapters Apc, Apcu, File, Mongo, Memcache, Memcached, Mysql, Mongo, Redis is supported.
cache/void-adapter
2808006 Downloads
A PSR-6 cache implementation using Void. This implementation supports tags
cache/redis-adapter
3313440 Downloads
A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags
cache/predis-adapter
2372898 Downloads
A PSR-6 cache implementation using Redis (Predis). This implementation supports tags
cache/memcached-adapter
1695691 Downloads
A PSR-6 cache implementation using Memcached. This implementation supports tags
cache/integration-tests
2942794 Downloads
Integration tests for PSR-6 and PSR-16 cache implementations
cache/doctrine-adapter
795807 Downloads
A PSR-6 cache implementation using Doctrine. This implementation supports tags
cache/apcu-adapter
2472050 Downloads
A PSR-6 cache implementation using apcu. This implementation supports tags
roave/doctrine-simplecache
1266845 Downloads
Doctrine Cache adapter for PSR-16 Simple Cache
lustmored/flysystem-v2-simple-cache-adapter
76937 Downloads
Simple flysystem PSR cache adapter decorator.