For some pages on our website that are not changed frequently, we tend to cache the API response. But we also want to be able to revalidate it on-demand, not a time-based fashion. Thus we thought it woule be awesome if we can cache the API response somewhere and use it across our components and pages, and then have an Endpoint to reset that cache.
What can we do for this?