Interface DeltaCacheKeyStrategy


public interface DeltaCacheKeyStrategy
Strategy for deriving a stable cache key for the previous outbound request body.
  • Method Summary

    Modifier and Type
    Method
    Description
    cacheKey(okhttp3.Request request)
    Computes the cache key for the supplied request.
  • Method Details

    • cacheKey

      String cacheKey(okhttp3.Request request)
      Computes the cache key for the supplied request.
      Parameters:
      request - outbound request
      Returns:
      cache key