5 Replies Latest reply on Sep 25, 2005 3:32 AM by nimrodr

    Problems with persistent cache

    motormind

      I have a few peculiarities with a persistent cache.

      The first is that I have two TreeCache instances, one non-persistent and one that is persisted using the FileCacheLoader. Therefore I use two seperate configuration files. This all goes well, until I decide to set the attribute "CacheLoaderShared" for the persisted TreeCache to "false" ... then suddenly the other, non-persistent TreeCache gets persisted as well! This totally baffles me.. why is this happening? Why would the other TreeCache be affected by this change?

      Another problem is that entries don't get removed from the datastore, even though they are deleted from the transient TreeCache.