# File lib/active_support/cache/strategy/local_cache.rb, line 14
          def initialize
            super
            @data = {}
          end