1 Reply Latest reply on Jan 2, 2008 4:51 PM by nnnnn

    Interception of cache lookup calls

    rahoolp

      Hi,

      I am wondering if it possible to intercept a cache lookup. Say in a cluster of 4 nodes whenever someone does a lookup and doesn't find an object (cache miss), I want one application to intercept the call (say via AOP) and populate the object say going to the database. It will be ideal if this could be done in JBossCache.

      Thanks