<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Georgia">Yes, it is per cache. What you may be
      overlooking is this: the cache will be reaped every 10 (whatever)
      accesses or stores</font>. That doesn't mean there is anything
    actually expired at that time, but the reap happens (doing nothing)
    and the strategy's count is reset to zero. If something expires
    after this reap, then it will take another 10 accesses (or whatever)
    before the newly-expired goes away.<br>
    <br>
    <div class="moz-cite-prefix">On 7/4/15 10:12 AM, Mariano Martinez
      Peck wrote:<br>
    </div>
    <blockquote
cite="mid:CAA+-=mUe294BYufx1qgdoz8pHHmXt1M_93g--+7B0tLPdJZ0ow@mail.gmail.com"
      type="cite">
      <div>tells me that maybe I am misunderstanding the
        #cacheReapInterval. So maybe it is not 10 sessions... but that
        each cache (assume one per session and one per app) would be
        cleared only after something was stored there at least 10
        times???  mmmmmm</div>
      <div><br>
      </div>
    </blockquote>
    <br>
  </body>
</html>