Open Piedone opened 2 months ago
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues).
This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here.
Is your feature request related to a problem? Please describe.
ShapeResult.Cache()
is a simple way to cache shapes created from drivers. It uses Dynamic Cache in a similar way asShapeMetadata.Cache()
does, but unlike that, it's not documented, and most possibly related to that, also underutilized (only the Notifications project uses it).Describe the solution you'd like
Document it under https://docs.orchardcore.net/en/latest/reference/modules/DynamicCache/#caching-a-shape.
Describe alternatives you've considered
Adding examples to the Demo project, but it actually has two.