Hi devs, It is sometimes hard to deal with LDM if we want the model to be shared by several components and/or wrapped in other model(s). In other words, how to answer the recurring question: "I want my model to be loaded once by request-cycle and detached once at the end of the request".
Maybe to have an optional extra argument in model ctors which specify the retention policy: Component (default) or RequestCycle/Page ? Any opinion ? Thanks, Sebastien.
