cacheddir: disable cache (avoid memory leak)
authorZac Medico <zmedico@gentoo.org>
Thu, 27 Jun 2013 19:38:39 +0000 (12:38 -0700)
committerZac Medico <zmedico@gentoo.org>
Thu, 27 Jun 2013 19:38:39 +0000 (12:38 -0700)
commit0196031ce8f5dc8b9385e06013e42c47d1185a3b
tree7ba49ed3f084ec4295863e4b12b3e89928b47030
parent95fe42882c5d53798c9f6ecc7633229efd74a965
cacheddir: disable cache (avoid memory leak)

The global dircache is no longer supported, since it could
be a memory leak for API consumers. Any cacheddir callers
should use higher-level caches instead, when necessary.
pym/_emerge/clear_caches.py
pym/portage/util/listdir.py