From b8f18cbc3dd465948dc25f3568f07ee94a57b864 Mon Sep 17 00:00:00 2001 From: Ulf Wendel Date: Thu, 29 Mar 2001 15:01:16 +0000 Subject: [PATCH] - package XML for the Cache I'm not sure how to use the package.dtd to document packages and if at all the Cache can be it's own package, but one has to start with it... Sterling, Stig can you give me a hint? --- pear/Cache.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pear/Cache.xml diff --git a/pear/Cache.xml b/pear/Cache.xml new file mode 100644 index 0000000000..193501f5f9 --- /dev/null +++ b/pear/Cache.xml @@ -0,0 +1,20 @@ + + + + Cache + The PEAR Cache Package is a generic data/content cache that can be used to cache data, output, function calls and dynamic graphic generation. + + chregu + Christian Stocker + chregu@phant.ch + + + 1.1 + 2001/03/27 + stable Code, SHM Implementation missing + + + Cache.php + Cache/ + + -- 2.50.1