Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataCacheInit

Hierarchy

  • DataCacheInit

Index

Properties

name

name: string

Optional onLoadFail

onLoadFail: (this: DataCache, res: HttpResponse) => void

Type declaration

Optional onReadFail

onReadFail: (this: DataCache, e: Event) => void

Type declaration

Optional onWriteFail

onWriteFail: (this: DataCache, e: Event) => void

Type declaration