<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p><br>
</p>
<br>
<div class="moz-cite-prefix">On 5/3/18 2:05 PM, Brent Putman wrote:<br>
</div>
<blockquote type="cite"
cite="mid:39e6d48a-ffe3-a4fb-32a4-4566f8c649a8@georgetown.edu">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<p><br>
</p>
No, 'file' doesn't survive restarts. The point of that is
disk-based caching to eliminate memory usage, not to be persistent
across restarts. <br>
</blockquote>
<br>
IIRC there's also a technical reason wrt HttpClient. It
unfortunately doesn't cache the response headers on disk, only the
response body. The response headers live only in memory. I guess
their idea is to store the frequently-needed and low-footprint data
in memory, and put the less-frequently-needed and large-footprint
stuff on disk.<br>
<br>
So at least on the version we're currently using it's not even
possible to make the HttpClient cache persist in a meaningful way
across restarts. Maybe that has or will change in the newer or
future versions, don't know.<br>
</body>
</html>