Searched refs:CACHE_MAX_SIZE (Results 1 – 2 of 2) sorted by relevance
157 if (cache.contentLength > CacheManager.CACHE_MAX_SIZE) { in handleMessage()
69 static long CACHE_MAX_SIZE = (CACHE_THRESHOLD - CACHE_TRIM_AMOUNT) / 2; field in CacheManager807 if (headers.getContentLength() > CACHE_MAX_SIZE) return null; in parseHeaders()