- All Implemented Interfaces:
- Serializable, org.apache.wicket.IComponentAwareEventSink, org.apache.wicket.markup.html.IComponentAwareHeaderContributor, org.apache.wicket.util.io.IClusterable
public class PersistedCacheBehavior
extends org.apache.wicket.behavior.Behavior
Safari 5 loads pages persisted on back button, regardless of all cache-control headers.
When added to a page, this behavior will prevent this via a small JavaScript snippet which forces
a reload of the page.
- Author:
- svenmeier
- See Also:
http://stackoverflow.com/questions/5297122/preventing-cache-on-back-button-in-safari-5,
Serialized Form