SYMBOL INDEX (43 symbols across 16 files) FILE: __tests__/forRoot.spec.ts class TestController (line 13) | @Controller('/') method get (line 16) | get(@Session() session?: { views?: number }) { class TestModule (line 26) | @Module({ FILE: __tests__/forRootAsync.spec.ts class TestController (line 13) | @Controller('/') method get (line 16) | get(@Session() session?: { views?: number }) { class TestModule (line 26) | @Module({ FILE: __tests__/retires.spec.ts class TestController (line 16) | @Controller('/') method get (line 19) | get(@Session() session?: { views?: number }) { method get (line 57) | get() { method get (line 98) | get() { method get (line 147) | get() { class TestModule (line 26) | @Module({ class TestController (line 54) | @Controller('/') method get (line 19) | get(@Session() session?: { views?: number }) { method get (line 57) | get() { method get (line 98) | get() { method get (line 147) | get() { class TestModule (line 64) | @Module({ class TestController (line 95) | @Controller('/') method get (line 19) | get(@Session() session?: { views?: number }) { method get (line 57) | get() { method get (line 98) | get() { method get (line 147) | get() { class TestModule (line 105) | @Module({ class TestController (line 144) | @Controller('/') method get (line 19) | get(@Session() session?: { views?: number }) { method get (line 57) | get() { method get (line 98) | get() { method get (line 147) | get() { class TestModule (line 155) | @Module({ FILE: __tests__/routing.spec.ts class TestController (line 19) | @Controller('/') method withSession (line 22) | withSession(@Session() session?: { views?: number }) { method withoutSession (line 31) | withoutSession(@Session() session?: { views?: number }) { method withSession (line 81) | withSession(@Session() session?: { views?: number }) { method withoutSession (line 90) | withoutSession(@Session() session?: { views?: number }) { class TestModule (line 41) | @Module({ class TestController (line 78) | @Controller('/') method withSession (line 22) | withSession(@Session() session?: { views?: number }) { method withoutSession (line 31) | withoutSession(@Session() session?: { views?: number }) { method withSession (line 81) | withSession(@Session() session?: { views?: number }) { method withoutSession (line 90) | withoutSession(@Session() session?: { views?: number }) { class TestModule (line 100) | @Module({ FILE: __tests__/utils/platforms.ts type Adapter (line 6) | type Adapter = Type>; FILE: __tests__/utils/request.ts function doubleRequest (line 3) | async function doubleRequest( FILE: examples/in-memory/src/app.controller.ts class AppController (line 4) | class AppController { method getHello (line 6) | getHello(@Session() session: { views?: number }) { FILE: examples/in-memory/src/app.module.ts class AppModule (line 13) | class AppModule {} FILE: examples/in-memory/src/main.ts function bootstrap (line 4) | async function bootstrap() { FILE: examples/redis-store/src/app.controller.ts class AppController (line 4) | class AppController { method getHello (line 6) | getHello(@Session() session: { views?: number }) { FILE: examples/redis-store/src/app.module.ts class AppModule (line 9) | class AppModule {} FILE: examples/redis-store/src/config.module.ts class ConfigModule (line 8) | class ConfigModule {} FILE: examples/redis-store/src/config.service.ts class ConfigService (line 4) | class ConfigService { FILE: examples/redis-store/src/main.ts function bootstrap (line 4) | async function bootstrap() { FILE: src/index.ts type Options (line 10) | interface Options { type NestSessionOptions (line 32) | type NestSessionOptions = SyncOptions; type NestSessionAsyncOptions (line 34) | type NestSessionAsyncOptions = AsyncOptions; FILE: src/retriesMiddleware.ts type WaitingStrategy (line 4) | type WaitingStrategy = (attempt: number) => number; function createRetriesMiddleware (line 6) | function createRetriesMiddleware(