Uses of Interface
com.github.mizosoft.methanol.HttpCache.Listener
-
Packages that use HttpCache.Listener Package Description com.github.mizosoft.methanol com.github.mizosoft.methanol.internal.cache -
-
Uses of HttpCache.Listener in com.github.mizosoft.methanol
Methods in com.github.mizosoft.methanol that return types with arguments of type HttpCache.Listener Modifier and Type Method Description java.util.Optional<HttpCache.Listener>HttpCache. listener()Returns theHttpCache.Listenerset by the user.Methods in com.github.mizosoft.methanol with parameters of type HttpCache.Listener Modifier and Type Method Description HttpCache.BuilderHttpCache.Builder. listener(HttpCache.Listener listener)Sets the cache'sListener. -
Uses of HttpCache.Listener in com.github.mizosoft.methanol.internal.cache
Constructors in com.github.mizosoft.methanol.internal.cache with parameters of type HttpCache.Listener Constructor Description CacheInterceptor(LocalCache.Factory cacheFactory, HttpCache.Listener listener, java.util.concurrent.Executor handlerExecutor, java.time.Clock clock, boolean synchronizeWrites, java.util.function.Predicate<java.lang.String> implicitHeaderPredicate)
-