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 2a00378 commit 8326e55Copy full SHA for 8326e55
lib/internal/Magento/Framework/Cache/Backend/RemoteSynchronizedCache.php
@@ -34,13 +34,6 @@ class RemoteSynchronizedCache extends \Zend_Cache_Backend implements \Zend_Cache
34
*/
35
private $remote;
36
37
- /**
38
- * Cache invalidation time
39
- *
40
- * @var \Zend_Cache_Backend_ExtendedInterface
41
- */
42
- protected $cacheInvalidationTime;
43
-
44
/**
45
* Suffix for hash to compare data version in cache storage.
46
@@ -416,6 +409,9 @@ private function unlock(string $id): bool
416
409
417
410
418
411
* Calculate lock name.
412
+ *
413
+ * @param string $id
414
+ * @return string
419
415
420
private function getLockName(string $id): string
421
{
0 commit comments