Libraries tagged by PSR Cache
psr-discovery/cache-implementations
5506262 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.
kodus/file-cache
391413 Downloads
Minimal PSR-16 cache-implementation
graham-campbell/bounded-cache
1571370 Downloads
A Bounded TTL PSR-16 Cache Implementation
cache/taggable-cache
2351086 Downloads
Add tag support to your PSR-6 cache implementation
cache/simple-cache-bridge
2560247 Downloads
A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.
sabre/cache
1033177 Downloads
Simple cache abstraction layer implementing PSR-16
yiisoft/cache-file
603634 Downloads
Yii Caching Library - File Handler
yiisoft/cache
760840 Downloads
Yii Caching Library
desarrolla2/cache
2385136 Downloads
Provides an cache interface for several adapters Apc, Apcu, File, Mongo, Memcache, Memcached, Mysql, Mongo, Redis is supported.
zendframework/zend-cache
11212507 Downloads
Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output
cache/predis-adapter
2408321 Downloads
A PSR-6 cache implementation using Redis (Predis). This implementation supports tags
cache/memcached-adapter
1735231 Downloads
A PSR-6 cache implementation using Memcached. This implementation supports tags
cache/integration-tests
3026470 Downloads
Integration tests for PSR-6 and PSR-16 cache implementations
cache/doctrine-adapter
842828 Downloads
A PSR-6 cache implementation using Doctrine. This implementation supports tags
cache/apcu-adapter
2565930 Downloads
A PSR-6 cache implementation using apcu. This implementation supports tags