File "NullCache.php"

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

<?php

namespace Twig\Cache;

class_exists('Twig_Cache_Null');

if (\false) {
    class NullCache extends \Twig_Cache_Null
    {
    }
}