in reply to Re^3: Cache::Cache questions
in thread Cache::Cache questions
/*
.... you haven't told us that */
I have a hash which I retrieve from the file using Storable every time I start my perl program or process the request on the server using CGI.
The time required for computations is much smaller than reading from the file. I want to be able to do it once and get this hash from the memory every subsequent session.