class Cache
      include Measurable
      def initialize(next_instance)
        @next_instance = next_instance
      end