|
|
Tie::FileLRUCache |
|
|
1.0 |
|
|
Tie::FileLRUCache |
|
|
Free |
|
|
Perl / Development Tools |
|
|
Click to Visit |
|
|
5 |
|
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 many entries receive the _same_ time stamp, it is then a coin toss which will decide the entry that will get purged from the cache to make room for new ones. Requires 'Digest::SHA1' and 'Storable' to be installed
|