File "FlushableCache.php"

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

<?php
namespace MailPoetVendor\Doctrine\Common\Cache;
if (!defined('ABSPATH')) exit;
interface FlushableCache
{
 public function flushAll();
}