Interface ITypegooseOptions

interface ITypegooseOptions {
    disableGlobalCaching?: boolean;
}

Properties

disableGlobalCaching?: boolean

Option to disable caching globally completely disables the "constructors" and "models" maps "false" and "undefined" have the same result of enabling caching

Default

false