Home
last modified time | relevance | path

Searched refs:cacheLevel (Results 1 – 2 of 2) sorted by relevance

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DMatrixClient.php51 protected $cacheLevel; variable in MatrixPhp\\MatrixClient
107 * @param int $cacheLevel One of Cache::NONE, Cache::SOME, or Cache::ALL
116 … int $cacheLevel = Cache::ALL, $encryption = false, $encryptionConf = []) { argument
125 if (!in_array($cacheLevel, Cache::$levels)) {
128 $this->cacheLevel = $cacheLevel;
579 public function cacheLevel() { function in MatrixPhp\\MatrixClient
580 return $this->cacheLevel;
DRoom.php839 $clevel = $this->client->cacheLevel();