[cvs] commit: horde/docs CHANGES horde/lib Cache.php horde/lib/Cache file.php
Jan Schneider
janmailing@gmx.de
Mon, 20 Aug 2001 11:01:24 +0200
Why don't we use the pear cache library?
I didn't take a look at but and therefore don't know if this one fits your
needs, but we probably shouldn't event the wheel another time as we have an
uptodate pear repository anyway.
Jan.
Zitat von Anil Madhavapeddy <anil@recoil.org>:
> avsm 2001/08/20 00:44:10 PDT
>
> Modified files:
> docs CHANGES
> Added files:
> lib Cache.php
> lib/Cache file.php
> Log:
> Add in a Cache framework for persistent storage and retrieval of cached
> objects. Consider it experimental for now.
>
> Basically works for Chora's needs ... implements a filesystem driver
> which tries to act sensibly (writes to a tmp file, then does an atomic
> rename to the cache object), to avoid synchronization issues.
>
> It does not cleanup the cached repository at the moment - needs to have
> a garbage collection function done at some point.
>
> Revision Changes Path
> 1.186 +2 -0 horde/docs/CHANGES
>
>