<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi!<br>
    <br>
    I would recommend looking into Persistence part of Infinispan's
    documentation [1] especially write-behind section [2]. Maybe this
    solution would work even better than flushing cache data into store
    at fixed time rate.<br>
    <br>
    If not, you may write your own custom cache store and implement your
    logic there. In that case I recommend looking at Custom Cache Store
    Archetype [3], which might be used for generating implementation
    draft.<br>
    <br>
    Thanks<br>
    Sebastian<br>
    <br>
    [1]
    <a class="moz-txt-link-freetext" href="http://infinispan.org/docs/7.2.x/user_guide/user_guide.html#_persistence">http://infinispan.org/docs/7.2.x/user_guide/user_guide.html#_persistence</a><br>
    [2]
<a class="moz-txt-link-freetext" href="http://infinispan.org/docs/7.2.x/user_guide/user_guide.html#_write_behind_asynchronous">http://infinispan.org/docs/7.2.x/user_guide/user_guide.html#_write_behind_asynchronous</a><br>
    [3] <a class="moz-txt-link-freetext" href="https://github.com/infinispan/infinispan-cachestore-archetype">https://github.com/infinispan/infinispan-cachestore-archetype</a><br>
    <br>
    <div class="moz-cite-prefix">On 06/08/2015 05:30 AM, 杜天微 wrote:<br>
    </div>
    <blockquote
cite="mid:CAFYJ-4p0cQ-KB7=b19FbDbN+1CVbqrYTZB8To8cC9wQcbSENMA@mail.gmail.com"
      type="cite">
      <div dir="ltr">I put all my data in infinispan , within some
        servers.
        <div>Some time , I hope I could take a snapshot of data in
          infinispan , 
          <div>so that I could roll back to any point of time I made the
            snapshot.</div>
          <div><br>
          </div>
          <div>Could any one tell me how to make it come true ?</div>
          <div><br>
          </div>
          <div>Thanks for reading my poor english .</div>
          <div><br>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
infinispan-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:infinispan-dev@lists.jboss.org">infinispan-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/infinispan-dev">https://lists.jboss.org/mailman/listinfo/infinispan-dev</a></pre>
    </blockquote>
    <br>
  </body>
</html>