java caching framework

Post here your questions about Actionscript and Java server side extensions development.

Moderators: Lapo, Bax

Post Reply
shvilam
Posts: 118
Joined: 16 Mar 2008, 12:36
Location: Israel
Contact:

java caching framework

Post 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
Post Reply