public void RemoveEventListener(ApplicationCacheEvents type, IEventListener listener, bool capture)
 {
 }
 public void RemoveEventListener(ApplicationCacheEvents type, HtmlEventHandlerWithTarget<ApplicationCache> listener, bool capture)
 {
 }
 public void RemoveEventListener(ApplicationCacheEvents type, IEventListener listener)
 {
 }
 public void AddEventListener(ApplicationCacheEvents type, HtmlEventHandlerWithTarget<ApplicationCache> listener)
 {
 }
 public void RemoveEventListener(ApplicationCacheEvents type, HtmlEventHandler listener)
 {
 }
 public void AddEventListener(ApplicationCacheEvents type, Action listener, bool capture)
 {
 }
 public void AddEventListener(ApplicationCacheEvents type, HtmlEventHandler listener, bool capture)
 {
 }
 public void AddEventListener(ApplicationCacheEvents type, IEventListener listener, bool capture)
 {
 }
 public void AddEventListener(ApplicationCacheEvents type, Action listener)
 {
 }
 public void AddEventListener(ApplicationCacheEvents type, HtmlEventHandlerWithTarget <ApplicationCache> listener, bool capture)
 {
 }
 public void AddEventListener(ApplicationCacheEvents type, IEventListener listener)
 {
 }
 public void AddEventListener(ApplicationCacheEvents type, HtmlEventHandler listener)
 {
 }
 public void RemoveEventListener(ApplicationCacheEvents type, HtmlEventHandlerWithTarget <ApplicationCache> listener)
 {
 }
 public void RemoveEventListener(ApplicationCacheEvents type, HtmlEventHandler listener, bool capture)
 {
 }
 public void RemoveEventListener(ApplicationCacheEvents type, Action listener, bool capture)
 {
 }
 public void RemoveEventListener(ApplicationCacheEvents type, Action listener)
 {
 }