summaryrefslogtreecommitdiff
path: root/fml/lib/File/CacheDir.pm
AgeCommit message (Collapse)Author
2001-04-15fix typo to determine file name in 'temporal' modefukachan
add several variable initialization codes
2001-04-14check the directory existence.fukachan
fix find() to search only \d+ files in the directory.
2001-04-14find() is an alias of get()fukachan
2001-04-04reconstruct File::CacheDir module. It not inherit IO::Handle now.fukachan
The new method consits of new(), set(), get() operations.
2001-04-04s/limited_by/cache_type/, the value is "temporal" or "cyclic".fukachan
2001-04-03make a "File::CacheDir" class which contains File::RingBuffer module.fukachan
regen