Class CacheStrategy.Factory
- java.lang.Object
-
- com.squareup.okhttp.internal.http.CacheStrategy.Factory
-
- Enclosing class:
- CacheStrategy
public static class CacheStrategy.Factory extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheStrategyget()Returns a strategy to satisfyrequestusing the a cached responseresponse.
-
-
-
Method Detail
-
get
public CacheStrategy get()
Returns a strategy to satisfyrequestusing the a cached responseresponse.
-
-