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.

[View source]

722
723
724
# File 'lib/vips.rb', line 722

def self.cache_max_files
  vips_cache_get_max_files
end