Skip to content

Dynamic caching and easily assign methods that invalidate caches #16

@Mandera

Description

@Mandera

The issue is that sometimes you cannot cache a slow method because periodically it should return a different result.

Example:
cache: get_installed_modules()
invalidates-cache: install_module()

Even better would be to let install_module modify the cache of get_installed_modules, might be prone to bugs though

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions