Method: Vips.cache_max_mem

Defined in:
lib/vips.rb

.cache_max_memObject

Get the maximum amount of memory that libvips uses for the operation cache.

[View source]

717
718
719
# File 'lib/vips.rb', line 717

def self.cache_max_mem
  vips_cache_get_max_mem
end