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

how to clean cache? #22

Open
constantine-fry opened this issue May 3, 2013 · 2 comments
Open

how to clean cache? #22

constantine-fry opened this issue May 3, 2013 · 2 comments

Comments

@constantine-fry
Copy link

Please add some code for cache cleaning. Right now disk cache growing without any limitations.

  1. add limitation for disk cache size.
  2. add expiration date for files. so your cache will remove oldest files
  3. automatically clean cache on launch or app termination
@Altimor
Copy link

Altimor commented Feb 21, 2014

Agree, this is kind of an important missing feature.

@antoinerabanes
Copy link
Contributor

there are two hard things in computer science: cache invalidation, naming things, and off-by-one errors.
--- Phil Karlton

On 3 May 2013, at 18:07, Constantine Fry [email protected] wrote:

Please add some code for cache cleaning. Right now disk cache growing without any limitations.

add limitation for disk cache size.
add expiration date for files. so your cache will remove oldest files
automatically clean cache on launch or app termination

Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants