-------------------
1.08 2015-01-22
- try to avoid some race conditions (thanks, Petr P«¿sa )
- typo fixes (thanks, David Steinbrunner)
1.07 2014-09-17
- fix a bug where we checked @$ instead of $@ after eval
1.05 2006-05-26-08-22
- release version 1.05
- added test for auto_purge_on_get
- fixed infinite loop with auto_purge_on_get
- fixed directory paths on Windows partitions
- NullCache uses BaseCache
Change log:
1.03 2004-10-04-11-23
- release version 1.03
- modified the FileBackend to use the more robust File::Temp
- "officially" recommend FileCache over SharedMemoryCache
- added more robust error checking for shared memory caches
- added a check for invalid frozen data
- added $1 to all error messages
The Cache modules are designed to assist a developer in persisting
data for a specified period of time. Often these modules are used
in web applications to store data locally to save repeated and
redundant expensive calls to remote machines or databases. People
have also been known to use Cache::Cache for its straightforward
interface in sharing data between runs of an application or
invocations of a CGI-style script or simply as an easy to use
abstraction of the filesystem or shared memory.