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

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

Returns:
true if fixed

fix

void fix()
Description of the Method



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