@melchyore/adonis-cache
Version:
Cache package for AdonisJS V5
13 lines (12 loc) • 341 B
Plain Text
/*
|--------------------------------------------------------------------------
| DynamoDB store
|--------------------------------------------------------------------------
|
| Use this store to store cache in DynamoDB.
|
*/
dynamodb: {
driver: 'dynamodb',
table: '{{ cacheTableName }}'
},