Nette\Reflection\AnnotationsParser::setCacheStorage PHP Method

setCacheStorage() public static method

public static setCacheStorage ( Nette\Caching\IStorage $storage ) : void
$storage Nette\Caching\IStorage
return void
    public static function setCacheStorage(Nette\Caching\IStorage $storage)
    {
        self::$cacheStorage = $storage;
    }