We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8459da commit 79d5fecCopy full SHA for 79d5fec
app/JsonRpc/UserCenter/UserCenterClient.php
@@ -15,7 +15,6 @@ class UserCenterClient extends AbstractServiceClient implements UserCenterInterf
15
protected string $serviceName = 'user-center';
16
protected string $loadBalancer = 'random';
17
18
- #[Cacheable(prefix: 'user-center', value: '#{id}', ttl: 3600)]
19
public function getUserInfo(int $id): array
20
{
21
return $this->__request(__FUNCTION__, compact('id'));
0 commit comments