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

Add support for caching files already on disk #112

Open
CraigMason opened this issue Sep 15, 2016 · 1 comment
Open

Add support for caching files already on disk #112

CraigMason opened this issue Sep 15, 2016 · 1 comment

Comments

@CraigMason
Copy link

We use PINCache (previously TMCache) as part of our caching layer, and we use PINDiskCache as an offline store for image assets and other metadata.

A great feature would be to support the caching of existing files provided by an NSURL.

Use case for us is NSURLSession background session. We download > 2000 files using a background session, which provides a callback with a temporary file url. We have implemented a separate system to store offline assets, as it includes videos, ZIP files, PDFs, but would love to have it all wrapped up as part of PINDiskCache.

@garrettmoon garrettmoon self-assigned this Sep 21, 2016
@biogerm
Copy link

biogerm commented Oct 27, 2016

Hi @CraigMason ! How far did you go with development?

@garrettmoon garrettmoon changed the title Add support for caching files on disk Add support for caching files already on disk Oct 6, 2017
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

3 participants