FOF30\View\Compiler\CompilerInterface::isCacheable PHP Метод

isCacheable() публичный Метод

Are the results of this compiler engine cacheable? If the engine makes use of the forcedParams it must return false.
public isCacheable ( ) : mixed
Результат mixed
    public function isCacheable();
CompilerInterface