diff options
Diffstat (limited to 'devel/p5-Cache/pkg-descr')
-rw-r--r-- | devel/p5-Cache/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/p5-Cache/pkg-descr b/devel/p5-Cache/pkg-descr new file mode 100644 index 000000000000..d8aed0276e12 --- /dev/null +++ b/devel/p5-Cache/pkg-descr @@ -0,0 +1,6 @@ +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. + +WWW: http://search.cpan.org/dist/Cache |