# File lib/active_support/cache/strategy/local_cache.rb, line 80
        def middleware
          @middleware ||= Middleware.new(
            "ActiveSupport::Cache::Strategy::LocalCache",
            thread_local_key)
        end