How to programmatically disable html caching with GWT
Posted
by elec
on Stack Overflow
See other posts from Stack Overflow
or by elec
Published on 2010-04-01T07:22:36Z
Indexed on
2010/04/01
15:13 UTC
Read the original article
Hit count: 252
gwt
Is there a way to disable the caching of html pages in the browser with GWT ?
I'd rather avoid using inserting META HTTP-EQUIV="EXPIRES" CONTENT=... in the header of my html pages, and do it programmatically instead - if possible.
© Stack Overflow or respective owner