Method: Vips.cache_max_files
- Defined in:
- lib/vips.rb
permalink .cache_max_files ⇒ Object
Get the maximum number of files libvips keeps open in the operation cache.
722 723 724 |
# File 'lib/vips.rb', line 722 def self.cache_max_files vips_cache_get_max_files end |