Class JCS

java.lang.Object
org.apache.commons.jcs3.JCS

public abstract class JCS extends Object
Simple class for using JCS. To use JCS in your application, you can use the static methods of this class to get access objects (instances of this class) for your cache regions. One CacheAccess object should be created for each region you want to access. If you have several regions, then get instances for each. For best performance the getInstance call should be made in an initialization method.