public static java.util.Map<java.lang.Object,java.lang.Object> get()
Returns a map that can be used to store key based values.
Returns:
clear
public static void clear()
Clears the ThreadLocal storage maintained.
NOTE: Do not call this method inside the DataManager classes.
This method is called by the Scheduler AppService logic
on various methods during the method exit time to clear the
data stored in the ThreadLocal variable.