Method: Vips.cache_set_max

Defined in:
lib/vips.rb

.cache_set_max(size) ⇒ Object

Set the maximum number of operations that libvips should cache. Set 0 to disable the operation cache. The default is 1000.



533
534
535
# File 'lib/vips.rb', line 533

def self.cache_set_max size
    vips_cache_set_max size
end