3 Replies Latest reply on Feb 12, 2007 9:02 AM by gavin.king

    Access pojoCache from java Code?

    holtak

      maybe a trivial question but...

      how do I access the cache <s:cache> is using from my Java Code (lets say Stateless Session Bean)? I`m sure I have to inject something but what and how exactly? I want to invalidate (evict) a cached page fragment, because it changed (happens not often but it does).

      thank you