Method: Vips.cache_print

Defined in:
lib/vips.rb

.cache_printObject

Print the libvips operation cache to stdout. Handy for debugging.

[View source]

749
750
751
# File 'lib/vips.rb', line 749

def self.cache_print # :nodoc:
  vips_cache_print
end