Skip to content

Commit 2f655dd

Browse files
author
Oleksandr Gorkun
committed
MAGETWO-81469: Cached Config is Different From DB
1 parent 745e757 commit 2f655dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Config/App/Config/Type/System.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ public function __construct(
101101
}
102102

103103
/**
104+
* Get config value by path.
105+
*
104106
* System configuration is separated by scopes (default, websites, stores). Configuration of a scope is inherited
105107
* from its parent scope (store inherits website).
106108
*
@@ -243,6 +245,7 @@ private function loadScopeData($scopeType, $scopeId)
243245

244246
/**
245247
* Cache configuration data.
248+
*
246249
* Caches data per scope to avoid reading data for all scopes on every request
247250
*
248251
* @param array $data

0 commit comments

Comments
 (0)