2 Replies Latest reply on Nov 7, 2008 8:19 AM by lovelyliatroim

    CacheLoader and Periodic Writes

    lovelyliatroim

      Hi Guys,
      I have a scenario where I would want every hour to write whats in the cache to disk via berkeley DB cache loader. I dont want every write going to the disk every time but just in one batch job every hour. Is that currently possible to do in 2.x version??

      I see that the "ignoreModifications" should stop a write going to the cache loader so my question is how to tell the cache to write to to disk when the hour is up and keep everything in memory at the same time?

      Is it possible??


      Thanks,
      LL