Searched refs:depcache (Results 1 – 2 of 2) sorted by relevance
460 def depcache(cls) -> str: member in Package466 depcache = ""468 depcache += "%s:%s," % (pkg, cls.packages[pkg]["rev"])469 return depcache
337 with open("/tmp/depcache", "r") as depcache:338 cache = depcache.readline()