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 4b3f941 commit d951a20Copy full SHA for d951a20
lib/internal/Magento/Framework/Cache/Backend/RemoteSynchronizedCache.php
@@ -30,8 +30,11 @@ class RemoteSynchronizedCache extends \Zend_Cache_Backend implements \Zend_Cache
30
*
31
* @var \Zend_Cache_Backend_ExtendedInterface
32
*/
33
- protected $cacheInvalidationTime = null;
+ protected $cacheInvalidationTime;
34
35
+ /**
36
+ * {@inheritdoc}
37
+ */
38
protected $_options = [
39
'remote_backend' => '',
40
'remote_backend_invalidation_time_id' => 'default_remote_backend_invalidation_time',
0 commit comments