cacheTag

var cacheTag: String? = null

Deprecated

Used only for v1 repos

If you ask for the cacheTag before calling download(), you will get the same one you passed in (if any). If you call it after download(), you will get the new cacheTag from the server, or null if there was none.

If this cacheTag matches that returned by the server, then no download will take place, and a status code of 304 will be returned by download().