setCache

GiniCoreAPIBuilder<TsetCache(@NonNull() Cache cache)

Set the cache implementation to use with Volley. If no cache is set, the default Volley cache will be used.

Return

The builder instance to enable chaining.

Parameters

cache

A cache instance (specified by the com.android.volley.Cache interface).