Clearing the Cache

Clear outdated or invalid pages from the cache manually or with the CLI.

Cache Invalidation

You can delete specific cache files manually, or clear all cached HTML using the CLI:

barry clear

This removes everything from /cache, forcing a re-render on the next request. This is useful when you’ve changed logic in index.server.go or updated data sources.