``` <Name templatizedProp1="value1" templatizedProp2="value2" nonTemplatizedProp="anotherValue" cache templatized={["templatizedProp1", "templatizedProp2"]} /> ``` I use the above code, the response time after the cache is increased than the no cache. Give a demo