JDBC Cache 我最早看到是在 Poolman 里.
不过我的应用大多要求实时的数据,很少会用到这样的 Cache.
JDBC cache is less useful to my experience.
Very often people can choose improve Cache on DB side directly if they just need to speed up query. Few of my customers' systems allocate Giga bytes RAM for DB buffer and super fast network plus some middle tier cache.

Middle tier cache is more versatile in general, I mean in general.