Method: Vips.cache_drop_all

Defined in:
lib/vips.rb

.cache_drop_allObject

Drop the libvips operation cache. Handy for leak tracking.

[View source]

754
755
756
# File 'lib/vips.rb', line 754

def self.cache_drop_all # :nodoc:
  vips_cache_drop_all
end