add If Not Present
Add value for given key if not already present.
This is semmantically same as
if(!exists(key)) add(key, value) *
Parameters
key
value
Same as addIfNotPresent in ApplicationContext with additional timeout parameter for wait time in case of multiple threads blocking on this method
Parameters
key
value
timeout
in millis