UNPKG

@melchyore/adonis-cache

Version:
13 lines (12 loc) 341 B
/* |-------------------------------------------------------------------------- | DynamoDB store |-------------------------------------------------------------------------- | | Use this store to store cache in DynamoDB. | */ dynamodb: { driver: 'dynamodb', table: '{{ cacheTableName }}' },