in reply to
quickest way to access cached data?
If you only need local access (not shared between machines) I would recommend looking at
BerkeleyDB
or
Cache::FastMmap
.
Comment on
Re: quickest way to access cached data?
In Section
Seekers of Perl Wisdom