Interface LifecycleManager.ClassTester

Enclosing class:
LifecycleManager

public static interface LifecycleManager.ClassTester
Allows testing if a class should be flushed from the cache
Since:
0.9.0.M3
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Test if class should be flushed
  • Method Details

    • shouldFlush

      boolean shouldFlush(Class<?> clz)
      Test if class should be flushed
      Parameters:
      clz - the class to test
      Returns:
      true if class must be flushed, false otherwise