Files
node-v0.x-archive/test
isaacs 9bed5dcb2c Support caching for realpath, use in module load
This adds support for a cache object to be passed to the
fs.realpath and fs.realpathSync functions.  The Module loader keeps an
object around which caches the resulting realpaths that it looks up in
the process of loading modules.

This means that (at least as a result of loading modules) the same files
and folders are never lstat()ed more than once.  To reset the cache, set
require("module")._realpathCache to an empty object.  To disable the
caching behavior, set it to null.
2011-02-08 18:02:59 -08:00
..
2011-02-03 12:20:19 -08:00
2011-02-07 11:00:22 -08:00
2010-10-18 14:54:39 -07:00
2011-02-03 12:20:19 -08:00
2010-11-23 23:33:19 -06:00
2011-01-24 18:59:06 -08:00