1 | <?php |
||
8 | final class Sha1KeyStrategy implements CacheKeyStrategyInterface |
||
9 | { |
||
10 | /** @var string */ |
||
11 | private $keyPrefix; |
||
12 | |||
13 | /** |
||
14 | * Sha1KeyStrategy constructor. |
||
15 | * |
||
16 | * @param string $keyPrefix |
||
17 | */ |
||
18 | 1 | public function __construct($keyPrefix) |
|
22 | |||
23 | 1 | public function getKey(RpcRequestInterface $request) |
|
34 | } |
||
35 |