|
|
| Code Listing by Tie::FileLRUCache |
|---|
|
Tie::FileLRUCache offers a filesystem based LRU cache. This uses the 'last accessed' timestamp generated by the file system to establish the 'oldest' cache entry and discards the oldest cache entries when needed to stay under the -keep_last limit. If |
|
|