-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
featureNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
fastapi-cache2 doesn't have builtin support for cache invalidation, but it would be useful to have it for Shubble.
Describe the solution you'd like
We should be able to implement cache invalidation by defining custom invalidation methods like await FastAPICache.get_backend().delete(key).
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request