Package com.helixframework.okhttp.delta
Interface DeltaCacheKeyStrategy
public interface DeltaCacheKeyStrategy
Strategy for deriving a stable cache key for the previous outbound request body.
-
Method Summary
-
Method Details
-
cacheKey
Computes the cache key for the supplied request.- Parameters:
request- outbound request- Returns:
- cache key
-