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.
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.