HomeSort by relevance Sort by last modified time
    Searched refs:cachekey (Results 1 - 5 of 5) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
re.py 228 cachekey = (type(key[0]),) + key
229 p = _cache.get(cachekey)
245 _cache[cachekey] = p
urllib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
re.py 228 cachekey = (type(key[0]),) + key
229 p = _cache.get(cachekey)
245 _cache[cachekey] = p
urllib.py     [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 361 def _updateCache(request_headers, response_headers, content, cache, cachekey):
362 if cachekey:
366 cache.delete(cachekey)
396 cache.set(cachekey, text)
    [all...]

Completed in 60 milliseconds