Libraries tagged by this7 cache
this7/cache
48 Downloads
this7 PHP cache class.
colinmollenhour/cache-backend-file
24316340 Downloads
The stock Zend_Cache_Backend_File backend has extremely poor performance for cleaning by tags making it become unusable as the number of cached items increases. This backend makes many changes resulting in a huge performance boost, especially for tag cleaning.
mage2tv/magento-cache-clean
2205357 Downloads
This package has been migrated to mage-os/magento-cache-clean. Please switch over at your convenience.
cache/filesystem-adapter
6206829 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
cache/array-adapter
8734315 Downloads
A PSR-6 cache implementation using a php array. This implementation supports tags
cache/simple-cache-bridge
3424575 Downloads
A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.
cache/void-adapter
3113942 Downloads
A PSR-6 cache implementation using Void. This implementation supports tags
cache/apcu-adapter
3270999 Downloads
A PSR-6 cache implementation using apcu. This implementation supports tags
cache/redis-adapter
4237650 Downloads
A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags
cache/predis-adapter
2665236 Downloads
A PSR-6 cache implementation using Redis (Predis). This implementation supports tags
innoge/laravel-policy-soft-cache
73313 Downloads
This package helps prevent performance problems with frequent Policy calls within your application lifecycle.
sonata-project/cache-bundle
2710907 Downloads
This bundle provides caching services
liip/doctrine-cache-bundle
470340 Downloads
This Bundle provides integration into Symfony2 with the Doctrine Common Cache layer.
maartenstaa/laravel-41-route-caching
385925 Downloads
This package allows you to cache your routes definitions, thereby speeding up each request.
cache/memcached-adapter
2047059 Downloads
A PSR-6 cache implementation using Memcached. This implementation supports tags