Added a simple generic file cache
commit9967f3f54b85055827f6f9464ebc93a023539011
authorThomas Leonard <talex5@gmail.com>
Sun, 28 Feb 2010 18:53:56 +0000 (28 18:53 +0000)
committerThomas Leonard <talex5@gmail.com>
Sun, 28 Mar 2010 09:53:38 +0000 (28 10:53 +0100)
tree171f182cff70f4783daadac54ed66d185af4408f
parentbafba2ebd149467cd4ca84c474847a4e1bb56f77
Added a simple generic file cache

This is to allow Distribution objects to cache package queries, rather than
looking up everything at the start. This should be useful for querying for
versions installable using the distribution package manager, where the complete
list is very large and the query can be quite slow.
tests/testdistro.py
zeroinstall/injector/distro.py