Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
judofyr
on July 2, 2012
|
parent
|
context
|
favorite
| on:
Caching the uncacheable: CloudFlare's Railgun
> It seems as though folk are starting to see that in most environments caching ought to be driven by POSTs, not GETs + timeouts.
HTTP supports that too (through ETag and 204 Not Modified).
jacques_chester
on July 2, 2012
|
next
[–]
I meant in terms of server-side caching.
jddil
on July 3, 2012
|
prev
[–]
204 is no content. Think you meant 304.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
HTTP supports that too (through ETag and 204 Not Modified).