readSeasonCache<T> static method
Implementation
static T? readSeasonCache<T>(String key, [T? defaultValue]) => (_cacheBox[key] as T?) ?? defaultValue;
static T? readSeasonCache<T>(String key, [T? defaultValue]) => (_cacheBox[key] as T?) ?? defaultValue;