Uses of Interface
com.github.mizosoft.methanol.CacheAwareResponse
-
Packages that use CacheAwareResponse Package Description com.github.mizosoft.methanol -
-
Uses of CacheAwareResponse in com.github.mizosoft.methanol
Methods in com.github.mizosoft.methanol that return CacheAwareResponse Modifier and Type Method Description CacheAwareResponse<T>ResponseBuilder. buildCacheAwareResponse()Methods in com.github.mizosoft.methanol with parameters of type CacheAwareResponse Modifier and Type Method Description default voidHttpCache.Listener. onResponse(java.net.http.HttpRequest request, CacheAwareResponse<?> response)Called when the cache is ready to serve the response.
-