Searched defs:FileCache (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFileCache.pm1 package FileCache; package
7 FileCache - keep more files open than the system permits
11 use FileCache;
13 use FileCache maxopen => 16;
57 While it is permissible to C<close> a FileCache managed file,
58 do not do so if you are calling C<FileCache::cacheout> from a package other
60 If you must, use C<FileCache::cacheout_close>.
62 Although FileCache can be used with piped opens ('-|' or '|-') doing so is
63 strongly discouraged. If FileCache finds it necessary to close and then reopen
65 of performing IO on FileCache'
[all...]

Completed in 20 milliseconds