]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Config/PreloadConfiguration.php
Merge remote-tracking branch 'upstream/develop' into aria
[friendica.git] / src / Core / Config / PreloadConfiguration.php
index bf57661a1b28d47c8d4a682ad91756f226cb3cf1..d54f1b063637d6b12579063f505b4ec25f972207 100644 (file)
@@ -5,10 +5,10 @@ namespace Friendica\Core\Config;
 use Friendica\Model;
 
 /**
- * This class is responsible for all system-wide configuration values in Friendica
- * There are two types of storage
- * - The Config-Files    (loaded into the FileCache @see Cache\ConfigCache )
- * - The Config-DB-Table (per Config-DB-model @see Model\Config\Config )
+ * This class implements the preload configuration, which will cache
+ * all config values per call in a cache.
+ *
+ * Minimizes the number of database queries to retrieve configuration values at the cost of memory.
  */
 class PreloadConfiguration extends Configuration
 {