0 Replies Latest reply on Feb 16, 2009 6:16 PM by cash1981

    Page fragment caching (s:cache) not updating

    cash1981

      I have an s:cache that almost works.
      First time it gets the information, and on different pages it works just fine.


      The problem comes when the information in the cache is updated. I try to invoke cacheProvider.remove(region,key), however it does not. And when I try to get the cache to debug it from cacheProvider.get(region,key) it returns null. So obviously the cache is somehow empty. I have double checked that the region and key is correct.


      So my question is, doesn't s:cache automatically put stuff in the cache? Or will I need to manually insert into the cache?