I am having troubles deciding what cache solution should i choose for database objects from a remote db, accesed using JDBC. Since i have limited experience in the field, and a few hours of google search got me into more confusion, i call for your help.
I am interested very much in solutions with : extremely simple implementation and requirements, acceptable documentation and example of how-to-use, fast performer and easy to change the whole solution in the future (if required).
The solution proposed could lack a huge scale applicability (less than 100 users), but should not lack simplicity.
In other words, i am searching for the maximum results with minimal resources/effort.
P.S. I beg your pardon, i could have been a bit unspecific. I need an application/front end cache, and NOT a server/global cache.