Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CachedFileSystem #95

Closed
jvilk opened this issue Nov 23, 2014 · 1 comment
Closed

CachedFileSystem #95

jvilk opened this issue Nov 23, 2014 · 1 comment

Comments

@jvilk
Copy link
Owner

jvilk commented Nov 23, 2014

A CachedFileSystem wraps a cache file system and a backing file system, and caches the backing file system's content into the cache file system according to a customizable policy.

If the cache file system persists across page loads, its contents will be reused according to the specified policy.

The file system will be greatly useful for file systems that are backed by network storage (e.g. XMLHttpRequest and Dropbox) and by compressed files (e.g. ZipFS). It will also allow us to remove custom inflexible caching solutions currently deployed in e.g. the XMLHttpRequest file system.

@james-pre
Copy link
Collaborator

Closing since the proposal is being tracked in #191.

@james-pre james-pre closed this as not planned Won't fix, can't repro, duplicate, stale Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants