Uses of Interface
com.github.mizosoft.methanol.HttpCache.Listener
Packages that use HttpCache.Listener
-
Uses of HttpCache.Listener in com.github.mizosoft.methanol
Methods in com.github.mizosoft.methanol that return types with arguments of type HttpCache.ListenerModifier and TypeMethodDescriptionHttpCache.listener()Returns theHttpCache.Listenerset by the user.Methods in com.github.mizosoft.methanol with parameters of type HttpCache.ListenerModifier and TypeMethodDescriptionHttpCache.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.ListenerModifierConstructorDescriptionCacheInterceptor(LocalCache.Factory cacheFactory, HttpCache.Listener listener, Executor handlerExecutor, Clock clock, boolean synchronizeWrites, Predicate<String> implicitHeaderPredicate)