moleculerjs / site

:globe_with_meridians: Official website for Moleculer
https://moleculer.services
22 stars 71 forks source link

caching missing: service.settings.$cache #151

Open 0x0a0d opened 3 years ago

0x0a0d commented 3 years ago

I see this configuration missing in document for a long time

// some.service.js
{
  settings: {
    // this is default action cache value
    // will be applied when action.cache === undefined
    $cache: boolean
  }
}