interface GetDataOptions {
    ignoreCache?: boolean;
}

Properties

Properties

ignoreCache?: boolean

Determines whether the method should ignore cache

Default

false

Generated using TypeDoc