指定Go-Glide的缓存目录

Is there a way to specify a cache directory in Glide command ?

glide install --strip-vendor

Above command uses ~/.glide/cache directory as cache by default.

Is there a way to specify custom directory to use for cache or is there a way to avoid considering cache directory itself.

I do not want to use glide cache-clear command since multiple glide install command might be running in my environment. So this may affect working of another glide install command.

I use GLIDE_HOME=XXX to change it.