This helper can be used to implement a strategy to find the oldest cache entries and evict them when the cache is full. The implementation uses the `atime` of the per object `cache.lock` file and ensures in `load()` that it's actually updated. |
||
|---|---|---|
| .. | ||
| cases | ||
| data | ||
| mod | ||
| run | ||
| .gitignore | ||
| __init__.py | ||
| conftest.py | ||
| initrd.py | ||
| test.py | ||