<?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.1</v>
 <st>stable</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>2003-02-24 11:32:00</da>
 <n>Changes :
- Move to usage of call_user_func_array() and call_user_func() as call_user_method() is depreciated (thanks to Sterling Hughes) 
New Features :
- Introduce memoryCaching (idea of Mike Benoit)
- Add of a file name protection option (can be faster if set to off) (thanks to Brian Webb for the idea)
Bug fixed :
- Little fix : cache was inefficient if the output is only 0 (thanks to Brian Webb)
- notice fix (thanks to Lorenzo Alberton, Pierre-Alain Joye and Jon Parise)
- Little fix to avoid file names problems with an exotic group name (thanks to Brian Webb)
- Fix a possible bug when resave a cache file after a succesfull get (thanks to Michael Caplan)</n>
 <f>20339</f>
 <g>http://pear.php.net/get/Cache_Lite-1.1</g>
 <x xlink:href="package.1.1.xml"/>
</r>