Next | Query returned 32 messages, browsing 31 to 40 | previous

History of commit frequency

CVS Commit History:


   2007-02-06 22:57:54 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Fix obviously broken dependency. No cookie for abs.
   2007-02-06 19:50:07 by David Brownlee | Files touched by this commit (4) | Imported package
Log message:
Import p5-Cache into pkgsrc:

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.

The Cache interface is implemented by derived classes that store
cached data in different manners (such as as files on a filesystem,
or in memory).

To use the Cache system, a cache implementation must be chosen to
suit your needs. The most common is Cache::File, which is suitable
for sharing data between multiple invocations and even between
concurrent processes.


Next | Query returned 32 messages, browsing 31 to 40 | previous