CDBCache


What is the CDBCache?

The CDBCache allows developers to stop worrying about internet connectivity when making cloud transactions. It will automatically save any cloud-write transactions that fail, and those transactions will be processed once the user has reconnected to the internet. This means that any time your users lose their internet connection, CanelaDB will cache this transaction. The transactions are saved even if the application shuts down, so you never have to worry about missing your cloud calls.

Using the CDBCache

The CDBCache is turned ON by default.

What Transactions are saved in the CDBCache?