Libraries tagged by this7 cache
this7/cache
48 Downloads
this7 PHP cache class.
colinmollenhour/cache-backend-file
18201698 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.
cache/filesystem-adapter
4484914 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
cache/array-adapter
6802618 Downloads
A PSR-6 cache implementation using a php array. This implementation supports tags
cache/simple-cache-bridge
2072876 Downloads
A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.
sonata-project/cache-bundle
2605013 Downloads
This bundle provides caching services
cache/memcached-adapter
1565036 Downloads
A PSR-6 cache implementation using Memcached. This implementation supports tags
cache/apcu-adapter
2180816 Downloads
A PSR-6 cache implementation using apcu. This implementation supports tags
cache/redis-adapter
2959756 Downloads
A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags
cache/predis-adapter
2235767 Downloads
A PSR-6 cache implementation using Redis (Predis). This implementation supports tags
maartenstaa/laravel-41-route-caching
340051 Downloads
This package allows you to cache your routes definitions, thereby speeding up each request.
cache/void-adapter
2694348 Downloads
A PSR-6 cache implementation using Void. This implementation supports tags
cache/doctrine-adapter
688251 Downloads
A PSR-6 cache implementation using Doctrine. This implementation supports tags
cache/chain-adapter
412922 Downloads
A PSR-6 cache implementation using chain. This implementation supports tags
carlosio/opcache-dashboard
47828 Downloads
Set up properly and monitor your Zend OPcache with this dashboard that will help you checking memory, hits and status, configuring for optimal performance (warning you when cache full, validation, etc.) and reseting one or all scripts with one click.