<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<pre><i>> From what I understand now, you want to make sure that after a softpurge,
</i><pre style="background-color: rgb(255, 255, 255)"><i>> </i>you never get the stale object. So, if I may: why use a softpurge at all?</pre>> Just remove the objects completely and be done with it.</pre>
</div>
<div>
<div class="x_gmail_quote">
<div><br>
</div>
<div>I think I was not explaining my use case properly. It is not the Varnish cache I was talking about. The backend has it's own cache, and it can sometimes serve stale data (if requested seconds after an update). So completely removing the object from the
 _Varnish_ cache does not help here. And in fact it would just do harm, since if then the backend goes down we don't have any stale data from Varnish cache to serve. With softpurge and a long grace, we always are ready for a backend failure (assuming the data
 is in the cache).</div>
</div>
</div>
</body>
</html>