File "CacheInterface.php"

Full Path: /home/cananyalcin/public_html/core/lib/twig/twig/src/Cache/CacheInterface.php
File size: 154 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Twig\Cache;

class_exists('Twig_CacheInterface');

if (\false) {
    interface CacheInterface extends \Twig_CacheInterface
    {
    }
}