Home
last modified time | relevance | path

Searched refs:getCacheKey (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/_test/tests/Feed/
H A DFeedCreatorOptionsTest.php14 $this->assertNotNull($options->getCacheKey());
20 $this->assertNull($options->getCacheKey());
26 $this->assertNull($options->getCacheKey());
32 $this->assertNull($options->getCacheKey());
43 $this->assertSame($a->getCacheKey(), $b->getCacheKey());
50 $this->assertSame($a->getCacheKey(), $b->getCacheKey());
61 $this->assertNotSame($a->getCacheKey(), $b->getCacheKey());
68 $this->assertNotSame($a->getCacheKey(), $b->getCacheKey());
75 $this->assertNotSame($a->getCacheKey(), $b->getCacheKey());
82 $this->assertNotSame($a->getCacheKey(), $b->getCacheKey());
/dokuwiki/
H A Dfeed.php40 $cacheKey = $options->getCacheKey([
/dokuwiki/inc/Feed/
H A DFeedCreatorOptions.php131 public function getCacheKey(array $additional = []): ?string function in dokuwiki\\Feed\\FeedCreatorOptions