Android Volley Caching - Get Response by URL and Request Body -
from experimenting far, appears volley accesses cache based on url alone. know if can determine response should return based on combination of url , request body data.
is there setting this, or , extension point can implement myself.
i don't see anywhere request body data returned in networkresponse object, or check in parsenetworkresponse method.
thanks
you have override request.getcachekey()
method include request body well, when implementing custom request.
Comments
Post a Comment