Uses of Interface
org.apache.jcs.engine.behavior.ICacheRestore

Packages that use ICacheRestore
org.apache.jcs.auxiliary.lateral Root package for the lateral cache family. 
org.apache.jcs.auxiliary.remote Root package for the remote auxiliary cache. 
org.apache.jcs.auxiliary.remote.server   
 

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

Classes in org.apache.jcs.auxiliary.lateral that implement ICacheRestore
 class LateralCacheRestore
          Used to repair the lateral caches managed by the associated instance of LateralCacheManager.
 

Uses of ICacheRestore in org.apache.jcs.auxiliary.remote
 

Classes in org.apache.jcs.auxiliary.remote that implement ICacheRestore
 class RemoteCacheRestore
          Used to repair the remote caches managed by the associated instance of RemoteCacheManager.
 

Uses of ICacheRestore in org.apache.jcs.auxiliary.remote.server
 

Classes in org.apache.jcs.auxiliary.remote.server that implement ICacheRestore
 class RemoteCacheClusterRestore
          Used to repair the remote caches managed by the associated instance of RemoteCacheManager.