Uses of Class
org.apache.jcs.auxiliary.lateral.LateralCacheManager

Packages that use LateralCacheManager
org.apache.jcs.auxiliary.lateral Root package for the lateral cache family. 
 

Uses of LateralCacheManager in org.apache.jcs.auxiliary.lateral
 

Fields in org.apache.jcs.auxiliary.lateral declared as LateralCacheManager
private  LateralCacheManager LateralCacheRestore.lcm
           
 

Methods in org.apache.jcs.auxiliary.lateral that return LateralCacheManager
static LateralCacheManager LateralCacheManager.getInstance(ILateralCacheAttributes lca)
          Gets the instance attribute of the LateralCacheManager class
 

Constructors in org.apache.jcs.auxiliary.lateral with parameters of type LateralCacheManager
LateralCacheRestore(LateralCacheManager lcm)
          Constructs with the given instance of LateralCacheManager.