What are the performance differences if I use Kotlin Exposed DSL and cache the mapped results into Caffine and use Caffine.writer to convert changes in values to DSL queries compared to using DAO and caching the DAO object directly with caffeine?
2.1m questions
2.1m answers
60 comments
57.0k users