3 Replies Latest reply on Aug 16, 2004 3:28 PM by belaban

    Persistance

    bisla

      Does the TreeCache save the tree structure say in a file in between restarts.

        • 1. Re: Persistance
          belaban

          You can use both Sleepycat's CacheLoader and FileCacheLoader. The former uses 1 file, the latter 1 dir/node and 1 file/attributes.

          I will roll out JBossCache 1.1 containing this feature in 1-2 weeks' time.

          Bela

          • 2. Re: Persistance
            bisla

            Thanks Bela,
            does the current version say 1.01 store the state though, cause when i restart the application I get the same structure in the cache and was wondering where is it pick that up from .

            • 3. Re: Persistance
              belaban

              No, it doesn't. You pick up the data because you have another node running.
              Bela