I struggle to understand how the built-in caching mechanism of Sling works when using AdapterFactory. Here is my first AdapterFactory: @component(
property = {
AdapterFactory.ADAPTABLE_CLASSES + "=org.apache.sling.api.SlingHttpServletRequest",
AdapterFactory.A...