|
| 21 Aug 2015 02:44 PM |
What exactly the second argument to httpservice:GetAsync(url,false) do?
while true do the do |
|
|
| Report Abuse |
|
|
| |
|
CscLambda
|
  |
| Joined: 09 Nov 2014 |
| Total Posts: 46 |
|
|
| 21 Aug 2015 03:29 PM |
>nocache
It doesn't cache what you're getting?
Yeah I couldn't find any docs on it :P
|
|
|
| Report Abuse |
|
|
CscLambda
|
  |
| Joined: 09 Nov 2014 |
| Total Posts: 46 |
|
|
| 21 Aug 2015 03:31 PM |
I found a thread that might help you (?) http://www.roblox.com/Forum/ShowPost.aspx?PostID=120594976 |
|
|
| Report Abuse |
|
|
|
| 21 Aug 2015 03:35 PM |
nope, I tried getting from the same url with the nocache off, and it still doesn't cache..
while true do the do |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 21 Aug 2015 06:09 PM |
If nocache is false, it won't cache. If it is true, it will cache.
The cache is based off of the version sent in the header so that it knows when the page has changed and if it has, it will delete the old cache. If the web server doesn't send a page version in the header, then it won't cache. |
|
|
| Report Abuse |
|
|
|
| 21 Aug 2015 06:27 PM |
Aaah thank you so much!!
while true do the do |
|
|
| Report Abuse |
|
|
FiveCakes
|
  |
| Joined: 15 Feb 2012 |
| Total Posts: 5604 |
|
|
| 21 Aug 2015 06:38 PM |
Headache...
I need a ice pak |
|
|
| Report Abuse |
|
|
|
| 21 Aug 2015 06:39 PM |
@above, I never get those :P
while true do the do |
|
|
| Report Abuse |
|
|
FiveCakes
|
  |
| Joined: 15 Feb 2012 |
| Total Posts: 5604 |
|
| |
|