Method: Vips.cache_set_max_files
- Defined in:
- lib/vips.rb
permalink .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.
743 744 745 746 |
# File 'lib/vips.rb', line 743 def self.cache_set_max_files size vips_cache_set_max_files size cache_max_files end |