Package net.sf.ehcache.store
Interface PressuredStore
-
public interface PressuredStoreA store that can be under pressure... you wouldn't want your store to be under pressure, now would you ?- Author:
- Alex Snaps
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregisterEmergencyValve(java.util.concurrent.Callable<java.lang.Void> valve)Registers an emergency valve
-