Set of all values of CacheMode.
static final Set<CacheMode> values = [ CacheMode.LOAD_CACHE_ELSE_NETWORK, CacheMode.LOAD_CACHE_ONLY, CacheMode.LOAD_DEFAULT, CacheMode.LOAD_NO_CACHE, ].toSet();