Method: Vips.cache_max

Defined in:
lib/vips.rb

.cache_maxObject

Get the maximum number of operations that libvips should cache.



727
728
729
# File 'lib/vips.rb', line 727

def self.cache_max
  vips_cache_get_max
end