Show / Hide Table of Contents

Class Cache

A class around libvips' operation cache.

Inheritance
object
Cache
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX