thoughtco/statamic-cache-tracker

There is no license information available for the latest version (2.0.0-beta7) of this package.

Installs: 25 357

Dependents: 0

Suggesters: 0

Security: 0

Stars: 18

Watchers: 3

Forks: 2

Open Issues: 0

pkg:composer/thoughtco/statamic-cache-tracker

2.0.0-beta7 2025-11-21 09:21 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.