Content
Updated by Pavol Mederly 14 days ago
When we are considering the use of cache for getObject with INCLUDE option, we now look only at the type of the object to see if it has items that are not returned by default. But we could do better: we could actually try to find the retrieved object and see if it has any relevant incomplete items.
Implement this.
This request is perhaps even more urgent after a [fix](https://github.com/Evolveum/midpoint/commit/2bebf83dad50a5bd91a2f582faa525f707551e2a) that results in all orgs, roles, services being skipped from caching when retrieving with INCLUDE option. (Now [archetypes](https://github.com/Evolveum/midpoint/commit/aeed6f12202e9103ff0af2b1b81d07746ca381e7) as well.)
Implement this.
This request is perhaps even more urgent after a [fix](https://github.com/Evolveum/midpoint/commit/2bebf83dad50a5bd91a2f582faa525f707551e2a) that results in all orgs, roles, services being skipped from caching when retrieving with INCLUDE option. (Now [archetypes](https://github.com/Evolveum/midpoint/commit/aeed6f12202e9103ff0af2b1b81d07746ca381e7) as well.)