What is the general ‘rule of thumb’ in the engine for cached queries vs actual db look ups, for process engine services.
Example i am looking at: Deployment information about a process def id: if you were doing a execution.getProcessEngineServics().getRepositoryService()… and you were looking up the deployment details about a specific process definition ID. Would this type of request typically be using cached information and not actually be performing DB lookup? What sort of mental model should be followed?
i am aware of: https://docs.camunda.org/manual/7.9/user-guide/process-engine/deployment-cache/