Keep non-volatile data

Hi,

Whats best practice when it comes to store non-volatile data such as sequence number and other type of data that you are using and updating frequently in your integrations. We been using pub.storage but want to avoid those services since they are not working very good(lockings,slow,difficult to migrate).

Have been looking into cahe manager but not sure if this is the solution for me.

How do you do?