trailsjs/trailpack-cache

View on GitHub
archetype/config/caches.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  stores: [{
    name: 'memory-store',
    type: 'memory',
    store: 'memory',
    ttl: 0
  }],
  defaults: ['memory']
}