Mity Docs Mity Docs for Mity Digital
Feedamic Documentation

Cache

Your feeds when rendered are cached forever. When using multiple feeds, each feed has its own cache too.

To clear the cache, you can do one of two things:

  • save an entry in one of the configured collections for the feed

  • run a please command

Clear the entire cache

You can force clear the entire Feedamic cache by running:

1php please feedamic:clear

This is handy to run as part of your deployment scripts, just to be safe.

Clear the cache of a specific feed (or feeds)

You can also clear the cache for a specific feed (or feeds).

Let's imagine you have three feeds - news, blog and specials - but you only want to clear the news and blog feeds. Simply pass your configured keys to the feedamic:clear command. Just separate each key with a space.

1php please feedamic:clear news blog