Good news: We've just added support for per-select caching for MyBatis to our open source Java cache Cacheonix that addresses major problems with default MyBatis caching. Problems With Default MyBatis Caching There are a few problems with the way caching works in MyBatis: MyBatis keeps results of all selects in a single, namespace-wide, cache. This [...]