Jarves\Cache\Backend\Files::hasOpcodeCacher PHP Method

hasOpcodeCacher() protected method

protected hasOpcodeCacher ( ) : boolean
return boolean
    protected function hasOpcodeCacher()
    {
        return function_exists('opcache_compile_file') || function_exists('apc_store') || function_exists('xcache_set');
    }