module Vips::Cache

Defined in:

vips/cache.cr

Class Method Summary

Class Method Detail

def self.max : Int32 #

Gets the maximum number of operations libvips keep in cache


[View source]
def self.max=(value : Int32) #

Sets the maximum number of operations libvips keep in cache


[View source]
def self.max_files #

Gets the maximum amount of tracked files allowed.


[View source]
def self.max_files=(value : Int32) #

Sets the maximum amount of tracked files allowed.


[View source]
def self.max_mem #

Gets the maximum amount of tracked memory allowed.


[View source]
def self.max_mem=(value : LibC::SizeT) #

Sets the maximum amount of tracked memory allowed.


[View source]
def self.size #

Gets the current number of operations in cache.


[View source]
def self.trace=(value : Bool) #

Enable or disable libvips cache tracing.


[View source]