Hi,
Can anyone please post sample example to configure Ehcache for standalone java application. I have the simple requirement like, getting data from database, format that data and write to file. I am using jdbctemplate.Query is executing quickly, but retrieving data from list is taking more time. List is holding large volume of data(resultset).
Can anyone suggest me , how to use ehcase to overcome this problem.
Thanks,
Ari