• Manually clear a cached service response

    Parameters

    • model: IKosDataModel

      The KOS model instance

    • path: string

      The API path constant

    • method: HttpMethod = "get"

      The HTTP method (defaults to 'get')

    Returns void

    Example

    // Clear cached response to force refresh on next request
    clearServiceResponse(this, PATH_TEMP_DATA, 'post');