Skip to content

API Reference / getCachedSystem

Function: getCachedSystem()

getCachedSystem(id): CacheHit | undefined

Defined in: service.ts:19

Retrieves the previously cached system data, along with whether the data should be considered expired. Returns null if no cached data exists for the given id.

Parameters

id

TwitchId

Returns

CacheHit | undefined