|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ilMemcacheNodesRepository:
Collaboration diagram for ilMemcacheNodesRepository:Public Member Functions | |
| __construct (private ?ilDBInterface $db=null) | |
| deleteAll () | |
| store (Node $node) | |
| create (string $host, int $port, int $weight) | |
| getNodes () | |
Data Fields | |
| const | TABLE_NAME = "il_gc_memcache_server" |
Definition at line 22 of file class.ilMemcacheNodesRepository.php.
| ilMemcacheNodesRepository::__construct | ( | private ?ilDBInterface | $db = null | ) |
Definition at line 26 of file class.ilMemcacheNodesRepository.php.
| ilMemcacheNodesRepository::create | ( | string | $host, |
| int | $port, | ||
| int | $weight | ||
| ) |
Implements ILIAS\Cache\Nodes\NodeRepository.
Definition at line 51 of file class.ilMemcacheNodesRepository.php.
Referenced by store().
Here is the caller graph for this function:| ilMemcacheNodesRepository::deleteAll | ( | ) |
Implements ILIAS\Cache\Nodes\NodeRepository.
Definition at line 30 of file class.ilMemcacheNodesRepository.php.
| ilMemcacheNodesRepository::getNodes | ( | ) |
Implements ILIAS\Cache\Nodes\NodeRepository.
Definition at line 71 of file class.ilMemcacheNodesRepository.php.
| ilMemcacheNodesRepository::store | ( | Node | $node | ) |
Implements ILIAS\Cache\Nodes\NodeRepository.
Definition at line 38 of file class.ilMemcacheNodesRepository.php.
References create(), ILIAS\Cache\Nodes\Node\getHost(), ILIAS\Cache\Nodes\Node\getPort(), and ILIAS\Cache\Nodes\Node\getWeight().
Here is the call graph for this function:| const ilMemcacheNodesRepository::TABLE_NAME = "il_gc_memcache_server" |
Definition at line 24 of file class.ilMemcacheNodesRepository.php.