You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(frontend/cache): Implement Cache class for session storage management
- Added `Cache` class in `app.js` to manage session storage.
- Implemented methods to load, save, and proxy cache data.
- Ensured cache data is stored in session storage and automatically saved on updates.
- Integrated the `Cache` class with the main `App` class for seamless session management.
0 commit comments