Interface EvictionTask

All Superinterfaces:
Runnable
All Known Implementing Classes:
RandomTask

public interface EvictionTask extends Runnable
Interface for eviction task.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Cancels an eviction task.

    Methods inherited from interface java.lang.Runnable

    run
  • Method Details

    • cancel

      void cancel()
      Cancels an eviction task.