FML::Cache::Ring Class

FML::Cache::Ring holds data with size limit but without time limitation.

It is suitable for debug since the debug data is expected not to eat disk.

This class holds data in files in a directory such as $ml_home_dir/var/db/. For example, files named as db/1 .. db/100 are created. These files are used repeatedly.

Warning

RingBuffer class is integrated into FML::Cache::Ring class. FML::Cache::Ring is derived from File::CacheDir class.

fml 8.0 (fml-devel) project homepage is www.fml.org/software/fml8/.
fml 4.0 project homepage is www.fml.org/software/fml4/.
about one floppy bsd routers, see www.bsdrouter.org/.
other free softwares are found at www.fml.org/software/.

author's homepage is www.fml.org/home/fukachan/.
Also, visit nuinui's world :) at www.nuinui.net.

For questions about FML, e-mail <fml-bugs@fml.org>.