|
|
|
|
|
by pifflesnort
4862 days ago
|
|
You don't implement HTTP caching, except in very specific cases. You cache generated data where you need it. This is 1) Easy to add later, 2) Doesn't sacrifice the flexibility of being able to recompose that data on-demand, and 3) Doesn't require a bunch of complex front-end infrastructure to support. |
|
Cf. http://www.mnot.net/cache_docs/.