コード例 #1
0
 private function getCacheKey(User $user, LinkTarget $target)
 {
     return $this->cache->makeKey((string) $target->getNamespace(), $target->getDBkey(), (string) $user->getId());
 }