set 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)
Set the cache implementation to use with Volley. If no cache is set, the default Volley cache will be used.
the Builder instance
a cache instance (specified by the com.android.volley.Cache interface)