IndexedDB Cache Provider

The CIndexedDBCache provider is an asynchronous, client-side caching layer using the browser's IndexedDB.

CIndexedDBCache Example

Ideal for large, robust, and permanent data storage on the client client-side without bogging down the main thread or hitting storage limits typical of LocalStorage.