mirror of
https://github.com/friendica/friendica
synced 2025-04-27 07:10:12 +00:00
fix phpdoc
This commit is contained in:
parent
05439e4866
commit
a654470061
3 changed files with 11 additions and 19 deletions
|
@ -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 Time 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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue