2004-12-15 21:59:44 +01:00
|
|
|
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.
|
|
|
|
|
2005-09-21 21:31:43 +02:00
|
|
|
WWW: http://search.cpan.org/dist/Cache/
|