0 Replies Latest reply on Jun 26, 2014 10:00 AM by dhananjay.patkar

    Cache entry is not removed from cache store (SingleFileCacheStore)

    dhananjay.patkar

      I am using singleFileCacheStore. I have set maxEntries to 0 with passivation disabled

       

      <persistence passivation="false" >
              <singleFile fetchPersistentState="true" preload="true" 
                           ignoreModifications="false"
                           purgeOnStartup="false" maxEntries="0" >
               </singleFile>
      </persistence>
      

       

      In my application I am firing cache.remove(key), but I still see entries in underlying file.

       

      Any clue, whats wrong? Do I need to call any extra API call .

       

      Thanks,

      Dhananjay