Method: Vips.cache_set_max_files

Defined in:
lib/vips.rb

.cache_set_max_files(size) ⇒ Object

Set the maximum number of files libvips should keep open in the operation cache. Set 0 to disable the operation cache. The default is 100.



758
759
760
761
# File 'lib/vips.rb', line 758

def self.cache_set_max_files size
  vips_cache_set_max_files size
  cache_max_files
end