Deleting Invalid Results from the NIC Proxy’s Cache
If the application receives an exception when using values that the NIC proxy returned for a specific key, it must inform the NIC proxy to delete this entry from its cache.
To enable the application to inform the NIC proxy to delete an entry from its cache:
Call the following method:
nicProxy.invalidateLookup(nicKey, nicValue);nicKey—Data key that you want to remove from the cache
nicValue—Optional data value that corresponds to this key
If the application passes a null data value to the NIC proxy, the NIC proxy removes all the values associated with the data key from its cache.