module

Vips::Cache

Class methods

max

Gets the maximum number of operations libvips keep in cache

Source
max=(value : Int32)

Sets the maximum number of operations libvips keep in cache

Source
max_files

Gets the maximum amount of tracked files allowed.

Source
max_files=(value : Int32)

Sets the maximum amount of tracked files allowed.

Source
max_mem

Gets the maximum amount of tracked memory allowed.

Source
max_mem=(value : LibC::SizeT)

Sets the maximum amount of tracked memory allowed.

Source
size

Gets the current number of operations in cache.

Source
trace=(value : Bool)

Enable or disable libvips cache tracing.

Source