thoughtco/statamic-cache-tracker

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

Installs: 28 466

Dependents: 0

Suggesters: 0

Security: 0

Stars: 18

Watchers: 3

Forks: 2

Open Issues: 0

pkg:composer/thoughtco/statamic-cache-tracker

2.1.0 2026-02-02 15: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.