Libraries tagged by this7 cache
cache/doctrine-adapter
1153737 Downloads
A PSR-6 cache implementation using Doctrine. This implementation supports tags
carlosio/opcache-dashboard
55914 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.
iqbalhasandev/sqlite-cache
1681 Downloads
The Missing Sqlite Cache Driver Package.You can easily use Sqlite Database as Cache Driver through this package
geeky/query-cache-builder
86585 Downloads
This package is caching every single query per request, to make sure that you will never duplicate your query again.
cache/mongodb-adapter
67689 Downloads
A PSR-6 cache implementation using MongoDB. This implementation supports tags
cache/memcache-adapter
363505 Downloads
A PSR-6 cache implementation using memcache. This implementation supports tags
cache/illuminate-adapter
79503 Downloads
A PSR-6 cache implementation using Illuminate. This implementation supports tags
cache/apc-adapter
56757 Downloads
A PSR-6 cache implementation using apc. This implementation supports tags
sametsahindogan/laravel-jwtredis
2184 Downloads
This package allows JWT-authenticated users to be stored and management in Redis with their roles, permissions, statuses and anything you want.
b13/warmup
126358 Downloads
This extension adds a CLI script to warmup the caches.
mouf/utils.cache.apc-cache
380304 Downloads
This package contains a cache mechanism that relies on the APC caching system. For this cache to work, the APC Pecl package must be enabled.
quick/cache
2747 Downloads
This is a cache system that uses Redis for rapid caching.
mouf/utils.cache.file-cache
380808 Downloads
This package contains a cache mechanism that relies on temporary files.
swayok/cache-filesystem-adapter
113351 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags. Fork of cache/filesystem-adapter.
mouf/utils.cache.in-memory-cache
361814 Downloads
This package contains the most basic cache mechanism. It stores cache items in an array. It means the cache is flushed as soon as the script returns. It is very basic, but also very fast. You will usually use this mechanism with another one just behind.