Whether the cache has been populated from the backing store.
Use this to distinguish "no token stored" from "we haven't checked yet" in places where you can't await a read.
await
bool get isCached => _loaded;