Interface Config

Nymph Config

Hierarchy

  • Config

Properties

cache: boolean

Cache recently retrieved entities to speed up database queries. Uses more memory.

cacheLimit: number

The number of recently retrieved entities to cache. If you're running out of memory, try lowering this value. 0 means unlimited.

cacheThreshold: number

Cache entities after they're accessed this many times.

emptyListError: boolean

When querying for multiple entities with NymphREST, if the list is empty, return a 404 error.

Generated using TypeDoc