---
meta:
 - name: keywords
   description: api typescript node.js documentation EngineOptions interface
---
# EngineOptions - @tsed/engines

## Usage

```typescript
import { EngineOptions } from "@tsed/engines";
```

> See [/packages/engines/src/components/Engine.ts](https://github.com/tsedio/tsed/blob/v8.26.2/packages/engines/src/components/Engine.ts#L0-L0).

## Overview

```ts
interface EngineOptions {
    cache?: boolean;
    [otherOptions: string]: any;
}
```

<!-- Members -->

## cache

```ts
cache?: boolean;
```

## \[otherOptions: string]

```ts
[otherOptions: string]: any;
```
