Searched refs:MultiProcessCache (Results 1 – 3 of 3) sorted by relevance
15 from bb.cache import MultiProcessCache47 class FileChecksumCache(MultiProcessCache):53 MultiProcessCache.__init__(self)
35 from bb.cache import MultiProcessCache121 class CodeParserCache(MultiProcessCache):130 MultiProcessCache.__init__(self)162 MultiProcessCache.init_cache(self, d)
845 class MultiProcessCache(object): class