The Storage instance (localStorage or sessionStorage)
Key prefix to isolate cache entries. Default: "hc:"
Retrieve an entry by key. Returns null when missing or unparseable.
Store an entry. Returns false when quota is exceeded.
Remove an entry by key.
List all stored keys (prefixed entries only).
Remove all prefixed entries.
Web Storage (localStorage / sessionStorage) cache adapter. Prefixes keys to avoid collisions with other data. Returns false from set() on QuotaExceededError.