Skip to content

Commit

Permalink
feature(capture-sdk) Change cache doc comments
Browse files Browse the repository at this point in the history
Gini project uses OkHttp caching not valley. Documentation was upgraded accordingly
PP-139
  • Loading branch information
jackkray committed Aug 16, 2024
1 parent 5932791 commit 57c6f80
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -572,10 +572,10 @@ class GiniCaptureDefaultNetworkService(
}

/**
* Set the cache implementation to use with Volley. If no cache is set, the default Volley
* cache will be used.
* Set the cache implementation to use with OkHttp caching. If no cache is set, no caching
* will be used.
*
* @param cache a cache instance (specified by the com.android.volley.Cache interface)
* @param cache a cache instance (specified by the [okhttp3.Cache])
*
* @return the [Builder] instance
*/
Expand Down

0 comments on commit 57c6f80

Please sign in to comment.