LocalStorage Cache Provider
The CLocalStorageCache provider stores data synchronously in the browser's LocalStorage API. It is ideal for persistent, string-based cache on the client side.
CLocalStorageCache Example
Data stored in LocalStorage persists across browser sessions. Be mindful of the 5MB domain limit.