You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yep, as mentioned, @cmarqu, there is a remove API for storages, though it's not documented yet. There is no other cache manipulation API except for the default storage API, as we support various storages, and abstracting some methods for them could be challenging. However, I think you can manipulate, for example, a Redis store yourself in parallel with Hishel, or the filesystem if you use file storage.
I'd like to wipe the entire cache. (For testing, and to give some cache control to users.) Any hint on how to do that?
Also, how can I remove cache entries with particular URLs?
The text was updated successfully, but these errors were encountered: