Skip to content

feat(cache): add IndexedDB persistence layer #109

Description

@marcstraube

Goal

Add optional IndexedDB persistence to CacheManager so cached data survives page reloads.

Requirements

  • Opt-in via config: persistent: true
  • Write-through: memory + IndexedDB on set
  • Read: memory first, IndexedDB fallback
  • TTL and eviction still managed in memory
  • Lazy hydration on first access

Metadata

Metadata

Assignees

Labels

effort:mMedium (30 min - 2h)enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions