1 Reply Latest reply on Mar 12, 2008 9:31 AM by manik

    Persistent on-disk caching

    jboss_kanth

      Is there a way to dump the in memory tree cache to a file (or database) when the application stops and reload the cache from the persistent store when the application restarts? (building/constructing is very time consuming as it involves complex queries. It takes approximately 2 hrs to load the cache).

      how does once achieve this?