CacheDataSource.Flags


@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(flag = true, value = )
public annotation CacheDataSource.Flags


Flags controlling the CacheDataSource's behavior. Possible flag values are FLAG_BLOCK_ON_CACHE, FLAG_IGNORE_CACHE_ON_ERROR and FLAG_IGNORE_CACHE_FOR_UNSET_LENGTH_REQUESTS.