DispatchTables
Purpose
Dispatch table objects are caching wrappers around TypeMapper objects. Each dispatch table object has a different caching approach to suit different patterns of use.
Available Interfaces
| Interface | Description |
|---|---|
DispatchTable |
interface for all dispatch tables to implement |
Click on the name of an interface to see full details.
Available Classes
| Class | Description |
|---|---|
AllPurposeDispatchTable |
best blend of performance and compatibility |
ObjectsOnlyDispatchTable |
high-performance dispatching of objects only |
TypeOnlyDispatchTable |
high-performance dispatching of expected types |
Click on the name of a class to see full details.