Skip to content
This repository was archived by the owner on May 11, 2024. It is now read-only.
This repository was archived by the owner on May 11, 2024. It is now read-only.

Implement a mechanism for deleting/resetting cached data in Minimongo #3

Description

@npvn

Currently once data is loaded into Minimongo, there isn't a mechanism to reset it. Calling subHandle.stop() will in fact only trigger the registered onStop callback (if any).

We need to evaluate whether this feature is really necessary, and whether it is feasible to reliably track and reset documents retrieved via different Methods.

Note: Most of the time it should be enough to keep data up-to-date by calling a data fetching Method on route load and set an appropriate cache duration for it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions