Add support for reloading pre-compiled schemas
- Adds a new boolean property "Pre-compiled Schema" that specified
whether or not the DFDL Schema File property is a path to an XML
schema or a pre-compiled schema.
- Modifies the cache to accept a cache key, which is now a tuple of
dfdlSchema and preCompiled properties.
DFDL-1709