Concurrent Application Context
Inheritors
Functions
Add value for given key if not already present.
Same as addIfNotPresent in ApplicationContext with additional timeout parameter for wait time in case of multiple threads blocking on this method
Add value for given key even if already present.
Same as addWithOverwrite in ApplicationContext with additional timeout parameter for wait time in case of multiple threads blocking on this method
Clear the entire context
Same as clear in ApplicationContext with additional timeout parameter for wait time in case of multiple threads blocking on this method
Check if any value or null associated with give key
Same as exists in ApplicationContext with additional timeout parameter for wait time in case of multiple threads blocking on this method
Keys permitted for this context. Empty set means all keys permitted.
Checks if key is valid for this context.
Merge other context with this using the given merge strategy
Same as merge in ApplicationContext with additional timeout parameter for wait time in case of multiple threads blocking on this method