862863864865866867868869870871872
// the CacheJmxWrapper synchronized (pendingListeners) { for (NotificationListenerArgs args : pendingListeners) { plainCache.addNotificationListener(args.listener, args.filter, args.handback); } } return plainCache; }