Package zeroinstall :: Package injector :: Module iface_cache
[frames] | no frames]

Module iface_cache

source code

Manages the feed cache.

Classes
  ReplayAttack
Attempt to import a feed that's older than the one in the cache.
  PendingFeed
A feed that has been downloaded but not yet added to the interface cache.
  IfaceCache
The interface cache stores downloaded and verified interfaces in ~/.cache/0install.net/interfaces (by default).
Variables
  FAILED_CHECK_DELAY = 60* 60
  iface_cache = IfaceCache()
A singleton cache object.
Variables Details

iface_cache

A singleton cache object. You should normally use this rather than creating new cache objects.
Value:
IfaceCache()