Method: Vips.cache_max
- Defined in:
- lib/vips.rb
permalink .cache_max ⇒ Object
Get the maximum number of operations that libvips should cache.
712 713 714 |
# File 'lib/vips.rb', line 712 def self.cache_max vips_cache_get_max end |