commit: horde/docs CHANGES horde/lib Cache.php horde/lib/Cache
file.php
Anil Madhavapeddy
anil@recoil.org
20 Aug 2001 07:44:10 -0000
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