Libraries tagged by cache-implementation
doctrine/cache
606916484 Downloads
PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.
psr-discovery/cache-implementations
9180387 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/redis-adapter
4058820 Downloads
A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags
cache/filesystem-adapter
5944815 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
cache/array-adapter
8503193 Downloads
A PSR-6 cache implementation using a php array. This implementation supports tags
graham-campbell/bounded-cache
2076076 Downloads
A Bounded TTL PSR-16 Cache Implementation
cache/void-adapter
3043984 Downloads
A PSR-6 cache implementation using Void. This implementation supports tags
cache/taggable-cache
2433872 Downloads
Add tag support to your PSR-6 cache implementation
cache/predis-adapter
2601333 Downloads
A PSR-6 cache implementation using Redis (Predis). This implementation supports tags
cache/integration-tests
3527465 Downloads
Integration tests for PSR-6 and PSR-16 cache implementations
cache/apcu-adapter
3148193 Downloads
A PSR-6 cache implementation using apcu. This implementation supports tags
rikudou/psr6-dynamo-db-bundle
81279 Downloads
PSR-6 and PSR-16 cache implementation using AWS DynamoDB for Symfony
matomo/doctrine-cache-fork
1013543 Downloads
PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.
lrucache/lrucache
122342 Downloads
PHP LRU Cache implementation
kodus/file-cache
455936 Downloads
Minimal PSR-16 cache-implementation