|
|
@ -35,6 +35,7 @@ namespace BBWY.Server.Business |
|
|
|
{ |
|
|
|
syncAPIClient = new SyncAPIClient(appKey, appSecret, restApiService); |
|
|
|
memoryCache.Set(appKey, syncAPIClient, expirationTimeSpan); |
|
|
|
//memoryCache.Set(appKey, syncAPIClient, TimeSpan.FromMinutes(60));
|
|
|
|
} |
|
|
|
return syncAPIClient; |
|
|
|
} |
|
|
|