UNPKG

@melchyore/adonis-cache

Version:
12 lines (11 loc) 304 B
/* |-------------------------------------------------------------------------- | InMemory store |-------------------------------------------------------------------------- | | Use this store to store cache in memory. | */ in_memory: { driver: 'in_memory' },