clears the container instances, useful for testing when you are using container.registerInstance()
Optional
cacheDir: stringthe cache directory to use, defaults to constants.SOLO_CACHE_DIR
Optional
logLevel: stringthe log level to use, defaults to 'debug'
Optional
devMode: booleanif true, show full stack traces in error messages
only call dispose when you are about to system exit
Initialize the container with the default dependencies
the cache directory to use, defaults to constants.SOLO_CACHE_DIR
the log level to use, defaults to 'debug'
if true, show full stack traces in error messages
clears the container registries and re-initializes the container
Optional
cacheDir: stringthe cache directory to use, defaults to constants.SOLO_CACHE_DIR
Optional
logLevel: stringthe log level to use, defaults to 'debug'
Optional
devMode: booleanif true, show full stack traces in error messages
Static
getGet the singleton instance of the container
Container class to manage the dependency injection container