Method: Vips.cache_max_files

Defined in:
lib/vips.rb

.cache_max_filesObject

Get the maximum number of files libvips keeps open in the operation cache.



737
738
739
# File 'lib/vips.rb', line 737

def self.cache_max_files
  vips_cache_get_max_files
end