<?xml version="1.0" encoding="UTF-8" ?>
<r xmlns="http://pear.php.net/dtd/rest.release"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xsi:schemaLocation="http://pear.php.net/dtd/rest.release
    http://pear.php.net/dtd/rest.release.xsd">
 <p xlink:href="/rest/p/cache_lite">Cache_Lite</p>
 <c>pear.php.net</c>
 <v>1.5.0</v>
 <st>beta</st>
 <l>lgpl</l>
 <m>fab</m>
 <s>Fast and Safe little cache system</s>
 <d>This package is a little cache system optimized for file containers. It is fast and safe (because it uses file locking and/or anti-corruption tests).
</d>
 <da>2005-06-18 15:52:03</da>
 <n>New features :
- add of a doNotTestCacheValidity in Output (like in Lite.php)
- request #4502 : better control on cache cleaning condition (thanks to 
vincent lascaux); introduce the idea of a user callback for the 
cleaning process
- new Cache_Lite_File module (for a cache controlled by a master file, 
very usefull for templates or config caching)
Bug fixed :
- avoid a potential error message if cache doesn't exist
- bug #4236 : fread PHP warning on zero length read (because of the change
of fread() behaviour in PHP) (thanks to rick dot overman at gmail dot com)</n>
 <f>21034</f>
 <g>http://pear.php.net/get/Cache_Lite-1.5.0</g>
 <x xlink:href="package.1.5.0.xml"/>
</r>