Searched refs:CacheFactoryInterface (Results 1 – 7 of 7) sorted by relevance
22 use Fisharebest\Webtrees\Contracts\CacheFactoryInterface; alias56 private static CacheFactoryInterface $cache_factory;115 * @param CacheFactoryInterface|null $factory117 * @return CacheFactoryInterface119 public static function cache(CacheFactoryInterface|null $factory = null): CacheFactoryInterface121 if ($factory instanceof CacheFactoryInterface) {
23 use Fisharebest\Webtrees\Contracts\CacheFactoryInterface; alias33 class CacheFactory implements CacheFactoryInterface
22 use Fisharebest\Webtrees\Contracts\CacheFactoryInterface; alias39 $cache_factory = $this->createMock(CacheFactoryInterface::class);
22 use Fisharebest\Webtrees\Contracts\CacheFactoryInterface; alias40 $cache_factory = $this->createMock(CacheFactoryInterface::class);
22 use Fisharebest\Webtrees\Contracts\CacheFactoryInterface; alias52 $cache_factory = $this->createMock(CacheFactoryInterface::class);
27 interface CacheFactoryInterface interface