Skip to content

Implement cache invalidation #273

@jmccand

Description

@jmccand

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

No one assigned

    Labels

    featureNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions