setCache

GiniCaptureDefaultNetworkService.Builder setCache(@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

Parameters

cache

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