lqr_carver_set_use_cache(3) enable/disable LqrCarver object cache

SYNOPSIS


#include <lqr.h>

void lqr_carver_set_use_cache(LqrCarver* carver, gboolean use_cache);

DESCRIPTION

The function lqr_carver_set_use_cache can be used to disable or enable the cache for the LqrCarver object pointed to by carver.

By default, the caching is on.

COPYRIGHT

Copyright © 2007-2009 Carlo Baldassi