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

LimitedDiscCache had an issue. #316

Merged
merged 1 commit into from
Jun 27, 2013
Merged

LimitedDiscCache had an issue. #316

merged 1 commit into from
Jun 27, 2013

Conversation

ncoolz
Copy link
Contributor

@ncoolz ncoolz commented Jun 26, 2013

There was an issue where "lastUsageDates" in LimitedDiscCache had some cache files that were not in cache directory, so LimitedDiscCache wasn't removing the cache files.

It usually happened in ListView, so to solve this issue, I modified removeNext() method in LimitedDiscCache.

cache files that were not in cache directory, so LimitedDiscCache wasn't
removing the cache files. 

It usually happened in ListView, so to solve this issue, I modified
removeNext() method in LimitedDiscCache.
nostra13 added a commit that referenced this pull request Jun 27, 2013
Handle deletion of files from disc cache, keep lastUsageDates actual.
@nostra13 nostra13 merged commit 7e4d002 into nostra13:master Jun 27, 2013
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

Successfully merging this pull request may close these issues.

2 participants