Method: Vips.cache_drop_all
- Defined in:
- lib/vips.rb
permalink .cache_drop_all ⇒ Object
Drop the libvips operation cache. Handy for leak tracking.
754 755 756 |
# File 'lib/vips.rb', line 754 def self.cache_drop_all # :nodoc: vips_cache_drop_all end |