cvburgess/SQLDataSource

Support provided cacheKey

mwhipple opened this issue · 2 comments

I'm looking to support a customizable cache key strategy. It seems like a simple approach would just be to support an optional cacheKey parameter to cacheQuery (and the builder cache method) and only use the currently generated approach if the parameter is not provided. Thoughts?

Seems fine to me - please open a PR!

@mwhipple I will go ahead and close this, assuming you are not going to open a PR.

If you decide to open the PR, I will re-open the issue!