I've checked, in this class
/**
| * The delegate that users (and interceptor authors) interact with when they create a
cache by using a cache factory.
| * This wrapper delegates calls down the interceptor chain.
| *
| * @author Manik Surtani (<a
href="mailto:manik@jboss.org">manik@jboss.org</a>)
| * @since 2.1.0
| */
| @SuppressWarnings("unchecked")
| public class CacheInvocationDelegate<K, V> extends AbstractInvocationDelegate
implements CacheSPI<K, V>
| {
you have:
public void addCacheListener(Fqn region, Object listener)
| {
| throw new UnsupportedOperationException("Not implemented in this
release");
| }
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4155563#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...