thoughtco / statamic-cache-tracker
Installs: 25 357
Dependents: 0
Suggesters: 0
Security: 0
Stars: 18
Watchers: 3
Forks: 2
Open Issues: 0
pkg:composer/thoughtco/statamic-cache-tracker
Requires
- php: ^8.3
- pixelfear/composer-dist-plugin: ^0.1.6
- statamic/cms: ^6.0
Requires (Dev)
- laravel/pint: ^1.13
- mockery/mockery: ^1.3.1
- nunomaduro/collision: ^8.0
- orchestra/testbench: ^10.0
- pestphp/pest: ^4.0
- phpunit/phpunit: ^12.0
This package is auto-updated.
Last update: 2025-11-27 10:18:04 UTC
README
Statamic Cache Tracker keeps a record of what items (entries, assets, terms etc) are used in the output of each page, and clears the cache (full or half) for those pages when an item is saved.
How to Install
Run the following command from your project root:
composer require thoughtco/statamic-cache-tracker
You can also optionally publish the config:
php artisan vendor:publish --tag=statamic-cache-tracker-config
Documentation
Documentation for this addon is available at https://www.docs.tc/cache-tracker.