}
else if (collection instanceof Map)
{
MapModifiedEvent.Operation operation = MapModifiedEvent.Operation.valueOf(data.get(POJOCACHE_OPERATION).toString());
Object value = cache.find(fqn.toString());
sendNotification(new MapModifiedEvent(createContext(event), (Map) collection, operation, fqn.getLastElement(), value, isLocal), matched);
}
}
else if ("ATTACHED".equals(cache.getCache().get(fqn, POJOCACHE_STATUS)))
{
for (Map.Entry entry : data.entrySet())