Evict files not accessed in the last LRU_EVICT_AFTER turns.
(self)
| 498 | return self.working.select_for_context(message, budget) |
| 499 | |
| 500 | def evict_stale(self): |
| 501 | """Evict files not accessed in the last LRU_EVICT_AFTER turns.""" |
| 502 | self.working.evict_stale() |
| 503 | |
| 504 | # ── Summary / work log ─────────────────────────────────────────────────── |
| 505 |
no outgoing calls