org.apache.jcs.engine.behavior
Interface ICacheRestore

All Known Implementing Classes:
LateralCacheRestore, RemoteCacheRestore

public interface ICacheRestore

Description of the Interface


Method Summary
 boolean canFix()
          Tries to fix the cache, returns true if successful.
 void fix()
          Description of the Method
 

Method Detail

canFix

public boolean canFix()
Tries to fix the cache, returns true if successful.

Returns:
true if fixed

fix

public void fix()
Description of the Method



Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.