Extra line in local cache entries

Local caches and buffer pool definitions have an extra line ([Instance: SALES_INSTANCE]), which tells you that the configuration belongs to the instance SALES_INSTANCE. If a named cache has both global and local configurations, the cache section of the configuration file shows:

[Named Cache:tempdb_cache]
	cache size = 100M
	cache status = mixed cache
	cache replacement policy = DEFAULT
	local cache partition number = DEFAULT
	[Instance: SALES_INSTANCE]
	cache size = 150M
	cache status = mixed cache
	cache replacement policy = DEFAULT
	local cache partition number = DEFAUL
[2K I/O Buffer Pool]
	pool size = DEFAULT
	wash size = DEFAULT
	local async prefetch limit = DEFAULT
	[Instance: SALES_INSTANCE]
	pool size = DEFAULT
	wash size = 40960k
	local async prefetch limit = DEFAULT