Cache recently retrieved entities to speed up database queries. Uses more memory.
The number of recently retrieved entities to cache. If you're running out of memory, try lowering this value. 0 means unlimited.
Cache entities after they're accessed this many times.
A function to log error messages. By default, uses the debug
package.
A function to log info messages. By default, uses the debug
package.
A function to log debug messages. By default, uses the debug
package.
When querying for multiple entities with NymphREST, if the list is empty, return a 404 error.
Nymph Config