Package org.eclipse.sisu.bean
Interface LifecycleManager.ClassTester
-
- Enclosing class:
- LifecycleManager
public static interface LifecycleManager.ClassTesterAllows testing if a class should be flushed from the cache- Since:
- 0.9.0.M3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanshouldFlush(java.lang.Class<?> clz)Test if class should be flushed
-