An implementation of {@link Dispatcher} that maps a key to a delegate dispatcher and caches the mapping withinits internal {@link Registry}. Thus making similar key-based dispatching reusing the same dispatcher, a pattern also dubbed as "Actor".
@author Stephane Maldini
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.