module Vips::Cache
Defined in:
vips/cache.crClass Method Summary
-
.max : Int32
Gets the maximum number of operations libvips keep in cache
-
.max=(value : Int32)
Sets the maximum number of operations libvips keep in cache
-
.max_files
Gets the maximum amount of tracked files allowed.
-
.max_files=(value : Int32)
Sets the maximum amount of tracked files allowed.
-
.max_mem
Gets the maximum amount of tracked memory allowed.
-
.max_mem=(value : LibC::SizeT)
Sets the maximum amount of tracked memory allowed.
-
.size
Gets the current number of operations in cache.
-
.trace=(value : Bool)
Enable or disable libvips cache tracing.