fCached
void SetCached(bool cached) { fCached = cached; }
bool IsCached() const { return fCached; }
bool fCached;