<mvc:View
		xmlns:core="sap.ui.core"
		xmlns:mvc="sap.ui.core.mvc"
		xmlns="sap.m">
	<Panel id="Panel">
		<QuickView>
			<pages>

				<QuickViewPage/>
			</pages>
		</QuickView>
		<Button text="Cache:"/>
		<Label text="no"/>
	</Panel>
</mvc:View>