File "CacheableDefinition.php"

Full Path: /home/capoeirajd/www/wp-content/plugins/wp-migrate-db/vendor/php-di/php-di/src/DI/Definition/CacheableDefinition.php
File size: 203 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace DeliciousBrains\WPMDB\Container\DI\Definition;

/**
 * Cacheable definition.
 *
 * @author Matthieu Napoli <matthieu@mnapoli.fr>
 */
interface CacheableDefinition extends Definition
{
}