Caching in JDBC [closed] Caching in JDBC [closed] sql sql

Caching in JDBC [closed]


try ehcache. JDBC does not have caching by itself, but ehcache is pretty good. if you want a more robust cluster safe cache, try oracle coherence. I typically do not put a cache at first and run some performance tests, only if tests indicate a need for a cache is when I put one.