API Reference / CacheHit
Interface: CacheHit
Defined in: types.ts:212
Properties
system
system:
System|null
Defined in: types.ts:217
The system, if one exists. This will be null if there is no system associated with the Twitch user.
expired
expired:
boolean
Defined in: types.ts:223
Whether the cached data was loaded too long ago to be considered fresh. This is configurable via PluralmindConfig.cacheDuration.