Skip to content

Commit

Permalink
feature(core-api-library) 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 57c6f80 commit 558afce
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,11 @@ abstract class GiniCoreAPIBuilder<DM : DocumentManager<DR, E>, G : GiniCoreAPI<D
}

/**
* Set the cache implementation to use with Volley. If no cache is set, the default Volley cache
* 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 to enable chaining.
*/
open fun setCache(cache: Cache): GiniCoreAPIBuilder<DM, G, DR, E> {
Expand Down

0 comments on commit 558afce

Please sign in to comment.