Method: Vips.cache_print
- Defined in:
- lib/vips.rb
permalink .cache_print ⇒ Object
Print the libvips operation cache to stdout. Handy for debugging.
749 750 751 |
# File 'lib/vips.rb', line 749 def self.cache_print # :nodoc: vips_cache_print end |