Свойство | Type | Description | |
---|---|---|---|
SetPlatformTags | void | ||
SetSchedule | void | ||
SetStaticData | void |
Méthode | Description | |
---|---|---|
CacheManager ( AppSettings appSettings ) : API.Models | ||
GetPlatformTagsAsync ( ) : Task |
Gets the platform tag dictionary from the cache. May return an empty string if the cache expires.
|
|
GetScheduleAsync ( ) : Task |
Gets schedule data from the cache. May return an empty string if the cache expires.
|
|
GetStaticDataAsync ( ) : Task |
Gets static data from the cache. May return an empty string if the cache expires.
|
Méthode | Description | |
---|---|---|
SetPlatformTags ( string platformTagsJson ) : void | ||
SetSchedule ( string scheduleJson ) : void | ||
SetStaticData ( string staticDataJson ) : void |
public CacheManager ( AppSettings appSettings ) : API.Models | ||
appSettings | AppSettings | |
Résultat | API.Models |