Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/jms/metadata/src/Cache/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php

<?php

declare(strict_types=1);

namespace Metadata\Cache;

/**
 * @author Alexander Strizhak <gam6itko@gmail.com>
 */
interface ClearableCacheInterface
{
    /**
     * Clear all classes metadata from the cache.
     */
    public function clear(): bool;
}