Skip to main content

setup

@quik/cache


@quik/cache / Module / setup

Function: setup()

setup(options): Promise<void>

Defined in: cache/src/module.ts:66

Setup routine executed by the Quik bootstrapper.

Reads cache.driver from configuration (memory | file | redis) and registers the appropriate cache implementation as the active IQCache feature.

Parameters

options

IQModuleSetup

Returns

Promise<void>