Caching in JDBC

10,633

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.

Share:
10,633
Jack Mszczynski
Author by

Jack Mszczynski

Updated on July 15, 2022

Comments