# File lib/aws/core/cacheable.rb, line 35
      def cache_key
        @cache_key ||= begin
          config.credential_provider.access_key_id + ":" +
            config.region + ":" +
            self.class.name + ":" +
            local_cache_key
        end
      end