|
Java™ by example!
|
|
|
Are my HTTP requests cached?
Yes, by default. With URLConnection objects, you can turn this off by calling the method setUseCaches(false). The default value can be changed with setDefaultUseCaches.
Further Information
Author of answer: Joris Van den Bogaert
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|