return acc.isPresent(key);
}
public boolean containsValue(Object value) {
CacheRegion region = acc.getRegion();
return region.containsValue(value);
}
/**
* Returns the value to which this map maps the specified key. Returns
* <tt>null</tt> if the map contains no mapping for this key.