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
Methods
Destroy()
public void Destroy()
Equals(Cache?)
public bool Equals(Cache? other)
Parameters
other
Cache
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
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
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