GetClubListPublicResponseGetCacheValueExpiryTime Method
Returns the time that the response object is considered out of date and
should not longer be used in a cached response.
To enable cache for a API call two things needs to happen. First the concrete
APIClient needs to enabled caching response by setting .IgnoreLocalCache to false.
Second, each request object must enable it by overridding GetCacheValueExpiryTime
to a value in the future.
Namespace: Scopos.BabelFish.Responses.ClubsAPIAssembly: BabelFish (in BabelFish.dll) Version: 1.12.4.4+d2f3bdeedfc7a151494a378da1156fb690afa333
protected override DateTime GetCacheValueExpiryTime()
Return Value
DateTime