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.
Factory for creating CacheRefresher instances.
-
Method Summary
Modifier and TypeMethodDescriptioncreateRefresher
(RemoteDirectory directory) Creates a new CacheRefresher instance for the given remoteDirectory.
-
Method Details
-
createRefresher
Creates a new CacheRefresher instance for the given remoteDirectory.- Parameters:
directory
- directory to use- Returns:
- new CacheRefresher instance
-