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

For each doesn't remove all stale entries #33

Closed
iznenad opened this issue Jul 10, 2014 · 1 comment
Closed

For each doesn't remove all stale entries #33

iznenad opened this issue Jul 10, 2014 · 1 comment

Comments

@iznenad
Copy link

iznenad commented Jul 10, 2014

As for each has two boundaries namely: k which decrements and i which increments, it will not delete all stale children inside the cache.

Example:

Cache has 3 entries, all stale, the least recently used one won't be removed from the cache.

@isaacs
Copy link
Owner

isaacs commented Nov 27, 2015

Fixed on f149d74

@isaacs isaacs closed this as completed Nov 27, 2015
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

2 participants