Setting the generateTimout property on the cache object of a server method returns an error. ``` javascript server.method('cached', internals.getCached, { cache: { expiresIn: Moment.duration(1, 'months').asMilliseconds(), generateTimeout: false } }); ```
Setting the generateTimout property on the cache object of a server method returns an error.