Leveraging TypeORM cache
oldwolf opened this issue · comments
Pang Boon Yuen commented
Hi, would like to request a new feature, where we can pass an option into the query builder like
cache: {
id: cache:orm:setting:${key}
,
milliseconds: 600000
}
I found @QueryOptions might be the best place to do so
Or perhaps we can have another option to remove the cache id when creating or updating records?