CloudSqlite.CacheProps Interface
Properties for creating a CloudCache.
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| cacheSize | string | undefined | maximum cache Size. | |
| curlDiagnostics | boolean | undefined | turn on diagnostics for curl (outputs to stderr) |
|
| name | string | name of this cache. | |
| rootDir | string | full path of directory for cache to store its files. |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| nRequests Inherited | number | undefined | CloudSqlite.CloudHttpProps | The number of simultaneous HTTP requests. |
Defined in
- core/backend/src/CloudSqlite.ts Line 352
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.