publicclassCustomRequestextendsJsonObjectRequest{publicCustomRequest(Stringurl,JSONObjectparams,Listenerlistener,ErrorListenererrorListener)throwsJSONException{super(Method.POST,url,params,listener,errorListener);this.setShouldCache(Boolean.TRUE);}}我希望这段代码足以让我获得响应的隐式缓存。我不确定它是否有效,因为我是在发送请求时假设的:它会