Skip to content

Add revalidation checks for the cache #22

Description

@ericvh

Right now there essentially two cache modes. There is LOOSE where nothing is ever validated and only client-side changes end up invalidating cache and everything else which more or less has open-to-close consistency (the page cache is essentially only valid when the file open).

If we add in some simple revalidation checks we should be able to reuse the read cache between open invocations.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

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