Interface CacheRevalidatorBase.ScheduledExecutor

All Known Implementing Classes:
DefaultAsyncCacheRevalidator.InternalScheduledExecutor
Enclosing class:
CacheRevalidatorBase

static interface CacheRevalidatorBase.ScheduledExecutor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    awaitTermination(org.apache.hc.core5.util.Timeout timeout)
     
    schedule(Runnable command, org.apache.hc.core5.util.TimeValue timeValue)
     
    void