Libraries tagged by cache
nguyenanhung/my-cache
17805 Downloads
My Cache Library
nepada/bust-cache
13765 Downloads
Cache busting Latte tag.
nawawi/docket-cache
90 Downloads
A persistent object cache stored as a plain PHP code, accelerates caching with OPcache backend.
mouf/utils.cache.purge-ui
186284 Downloads
This package contains a user interface that will add a 'Purge cache' button to Mouf, allowing you to purge any PSR-6, PSR-16, Doctrine and Mouf cache easily.
mouf/utils.cache.in-memory-cache
357821 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.
mouf/utils.cache.file-cache
376752 Downloads
This package contains a cache mechanism that relies on temporary files.
mouf/utils.cache.cache-interface
377309 Downloads
This package only contains the interface that must be implemented by caching classes. Unless you want to implement your own caching method, you should import a cache package that will use this interface. For instance, common.utils.session-cache, or common.utils.file-cache.
mouf/utils.cache.apc-cache
376253 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.
mitydigital/statamic-scheduled-cache-invalidator
11138 Downloads
A command to help invalidate the cache when scheduled Statamic entries are due to go live.
ministryofjustice/aws-secrets-cache-php
423 Downloads
AWS Secrets Manager caching for PHP (Laminas, APCu cache storage, ENV-prefixed secrets).
middlewares/cache
35383 Downloads
Middleware with various cache utilities
memcrab/cache
45937 Downloads
PHP Cache Lib for memCrab Core API
laminas/laminas-cache-storage-adapter-test
45938 Downloads
Laminas cache storage adapter shared test dependency
laminas/laminas-cache-storage-adapter-benchmark
22372 Downloads
Generic component to provide benchmarking capabilities to the various storage adapter
laminas-api-tools/api-tools-http-cache
80266 Downloads
Laminas Module providing http cache headers support