API Reference / CacheHit
Interface: CacheHit
Defined in: types.ts:116
Properties
system
system:
System|null
Defined in: types.ts:121
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:127
Whether the cached data was loaded too long ago to be considered fresh. This is configurable via PluralmindConfig.cacheDuration.