Hi @SantoshSai It was a good pointer for caching the Adapted resource
for all instance. But i have a doubt in this as mentioned by @kbitra1998
they are trying to use same component in multiple instance within same
page exampleC1,C2,C2,C2 .If i cache the Sling model will it not return
same attributes/values as that of first instance of C2 even for second
and third case. LEt say if C2 first instance as a text value "This is
text component1" in this case second and third instance also will get
same...