Multiple choice technology programming languages While creating a sequence, what does cache option mean? cache option specifies minimum value of the sequence cache option specifies how many sequence values will be stored in memory for faster access cache option specifies maximum value of the sequence cache option specifies the value with which the sequence will be incremented Reveal answer Fill a bubble to check yourself B Correct answer Explanation The CACHE option in database sequences preallocates and holds a specified number of sequence values in memory for faster access. It does not dictate increment values, nor does it specify minimum or maximum sequence boundaries.