File "MultiGetCache.php"

Full Path: /home/warrior1/public_html/plugins/mailpoet/vendor-prefixed/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
File size: 158 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Doctrine\Common\Cache;
if (!defined('ABSPATH')) exit;
interface MultiGetCache
{
 public function fetchMultiple(array $keys);
}