Let a cache with a capacity of storing 5 data items contains (a, b, c, d) initially. If the memory requests are coming in the order a, c, f, d, e, c, g, b, h, f, a, d, c, b, e. How many cache miss will occur using the following scheduling strategies