cache property
Optional encrypted cache.
When provided:
- After every successful BellaClient.pullSecrets the result is written.
- If a fetch fails and BellaClient.pullSecrets would return
{}, the last cached value is returned instead (offline-first).
Implementation
final SecretCache? cache;