Searched refs:FetchConnectionCache (Results 1 – 3 of 3) sorted by relevance
979 from bb.fetch2 import FetchConnectionCache981 thread_worker.connection_cache = FetchConnectionCache()
1466 from bb.fetch2 import FetchConnectionCache1468 connection_cache = FetchConnectionCache()
1908 class FetchConnectionCache(object): class