Method: Vips.cache_max

Defined in:
lib/vips.rb

.cache_maxObject

Get the maximum number of operations that libvips should cache.

[View source]

712
713
714
# File 'lib/vips.rb', line 712

def self.cache_max
  vips_cache_get_max
end