Page 1 of 1

java caching framework

Posted: 24 Oct 2010, 12:05
by shvilam
I am learning about caching framework and how to implement

I am using Smartfoxserver and we have working Virtual world
and now we wont to add cache.
Up until now we when to the DB each time the client request
for some any object.
we do load same static data that we have on start up

now we wont to save user data in cache
we are not using hibernet
we do use Mysql
each server is a stand alone but they all use the same db

i will be happy if any one can share there experienced with any caching method