java - Cache implementation using cache framework -


i want implement cache in java. below requirement want cache 1 table on server startup.onece cached,i fetch data cache give key , return value associated key suppose if key not present call method , can put data in cache key , return me value. googled , found google guava cache , implement requirement 1 option if possile want know other cache frameworks can choose option that. please note using jsp,servelet jdbc means not using spring,hibernate or framework in application. appriciated

thanks in advance

find example of java caching system (jcs).i think solve problem.

http://commons.apache.org/proper/commons-jcs/usingjcsbasicweb.html


Comments

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

javascript - Which segment of a polyline was clicked? -

c# - Avoiding duplicate methods for Task and Task<T> -