Previous
Next
# May be wrong, so I hope I don't offend the authors
Tie::FileLRUCache
tie()
interface
One file per entry
No max size
Lots of files must be opened/locked/read for each access
Not transparent
File::Cache
Max size can be specified
Not transparent
Many files per cache
Previous
Next