Class Cache
A class around libvips' operation cache.
Inherited Members
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public static class Cache
Properties
Max
Gets or sets the maximum number of operations libvips keeps in cache.
Declaration
public static int Max { get; set; }
Property Value
Type | Description |
---|---|
int |
MaxFiles
Gets or sets the maximum amount of tracked files allowed.
Declaration
public static int MaxFiles { get; set; }
Property Value
Type | Description |
---|---|
int |
MaxMem
Gets or sets the maximum amount of tracked memory allowed.
Declaration
public static ulong MaxMem { get; set; }
Property Value
Type | Description |
---|---|
ulong |
Size
Gets the current number of operations in cache.
Declaration
public static int Size { get; }
Property Value
Type | Description |
---|---|
int |
Trace
Enable or disable libvips cache tracing.
Declaration
public static bool Trace { set; }
Property Value
Type | Description |
---|---|
bool |