site icon indicating copy to clipboard operation
site copied to clipboard

caching missing: service.settings.$cache

Open 0x0a0d opened this issue 4 years ago • 0 comments

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
  }
}

0x0a0d avatar Jul 16 '21 06:07 0x0a0d