Caching
This section only applies when caching is enabled for your llms.txt file. This is enabled by default.
Default cache behaviour
When you install the addon, caching is enabled and will be cached until it gets cleared.
You can use the config file to change these options.
Clearing the cache
When you make any change to your llms.txt file, its cache will be automatically cleared.
Clearing with a command
You can include this in your deployment script to clear your llms.txt cache:
1php artisan llms-txt:clear-cache
As entries changes
When you save an Entry in Statamic, the cache will automatically be cleared.