I am looking for a way to achieve PreparedStatement caching, so as to save recreating the PreparedStatement objects for queries that were already executed in the past.
Is there some built in way to achieve this using Tomcat? Or must I program this cache myself?