S3C Simple Server-side Cache News
Brought to you by:
xeus_man
S3C is a Simple Server-Side object Caching framework that allows web developers to cache java objects on server-side for fast retrieval. These objects can be of any type e.g. Java beans that are loaded from database. S3C makes it easier to store objects on the application server in global JNDI context and make them readily available to the application. S3C being available in global context allows more then one application to use and share the same cache and work in their own registered spaces that avoids synchronization issues.