Skip to content

Commit 5470e59

Browse files
committed
ACP2E-684: FPC is indicated as disabled after flushing Magento Cache
- Fixed logic in L2 Cache model
1 parent 2637678 commit 5470e59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ public function __construct(array $options = [])
136136
public function setDirectives($directives)
137137
{
138138
$this->remote->setDirectives($directives);
139+
$this->local->setDirectives($directives);
139140
}
140141

141142
/**

0 commit comments

Comments
 (0)