Hi @AnujaRa,
So, IMO, the cleanest approach is to let the author control the cache behavior through a page property. For example, you can expose a dropdown in the page properties like cacheControl = short | long | no-cache, and based on that, you can set the appropriate headers.
From a technical ang...