Interface CacheRefresherFactory

All Known Implementing Classes:
CacheRefresherFactoryImpl, CrowdServerCacheRefresherFactory
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface CacheRefresherFactory
Factory for creating CacheRefresher instances.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a new CacheRefresher instance for the given remoteDirectory.
  • Method Details

    • createRefresher

      CacheRefresher createRefresher(RemoteDirectory directory)
      Creates a new CacheRefresher instance for the given remoteDirectory.
      Parameters:
      directory - directory to use
      Returns:
      new CacheRefresher instance