Skip to content

Commit d951a20

Browse files
committed
MAGETWO-45775: Cache storage separation support
1 parent 4b3f941 commit d951a20

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/internal/Magento/Framework/Cache/Backend/RemoteSynchronizedCache.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,11 @@ class RemoteSynchronizedCache extends \Zend_Cache_Backend implements \Zend_Cache
3030
*
3131
* @var \Zend_Cache_Backend_ExtendedInterface
3232
*/
33-
protected $cacheInvalidationTime = null;
33+
protected $cacheInvalidationTime;
3434

35+
/**
36+
* {@inheritdoc}
37+
*/
3538
protected $_options = [
3639
'remote_backend' => '',
3740
'remote_backend_invalidation_time_id' => 'default_remote_backend_invalidation_time',

0 commit comments

Comments
 (0)