Change Clear Runners cache UJS action to an axios request

The clear cache request is being handled by UJS which is a jQuery plugin. This sould be handled by the Vue app instead.

https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16067/diffs#f00c9e6014261fff57e9173f17946c8b63f7510a_49_54

@ayufan @matteeyah how hard is it to make this a json endpoint?