Table of Contents

Class Cache

Namespace
GLib
Assembly
GLib-2.0.dll
public sealed class Cache
Inheritance
Cache
Inherited Members

Constructors

Cache(CacheOwnedHandle)

public Cache(CacheOwnedHandle handle)

Parameters

handle CacheOwnedHandle

Properties

Handle

public CacheOwnedHandle Handle { get; }

Property Value

CacheOwnedHandle

Methods

Destroy()

public void Destroy()

Equals(Cache?)

public bool Equals(Cache? other)

Parameters

other Cache

Returns

bool

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

Insert(IntPtr)

public IntPtr Insert(IntPtr key)

Parameters

key IntPtr

Returns

IntPtr

KeyForeach(HFunc)

public void KeyForeach(HFunc func)

Parameters

func HFunc

Remove(IntPtr)

public void Remove(IntPtr value)

Parameters

value IntPtr

ValueForeach(HFunc)

public void ValueForeach(HFunc func)

Parameters

func HFunc