}
private void removeNearCacheInvalidationListener() {
if (nearCache != null && nearCache.getId() != null) {
String registrationId = nearCache.getId();
BaseClientRemoveListenerRequest request = new MapRemoveEntryListenerRequest(name, registrationId);
getContext().getListenerService().stopListening(request, registrationId);
}
}