Customize sequence cache size for specific entities

Dear all,
My project is currently in its final stage of development. For certain entities, the table sequences are modified by stored procedures at the database level. Because of this, I would like to configure the sequence cache size for those entities to 1 in order to ensure correct behavior.

I am aware of the jmix.data.number-id-cache-size configuration, which allows adjusting the cache size. However, this setting applies globally to all entities. If I change this configuration, I would need to update all sequences in the system, which is risky at this stage of the project.

Could you please advise me on the recommended way to achieve this customization for specific entities only?

Thank you for your support.