Table of Contents

Class CacheHandle

Namespace
Soup.Internal
Assembly
Soup-3.0.dll
public class CacheHandle : ObjectHandle, IDisposable
Inheritance
CacheHandle
Implements
Inherited Members

Constructors

CacheHandle(nint, bool)

public CacheHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static CacheHandle For<T>(ConstructArgument[] constructArguments) where T : Cache, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

CacheHandle

Type Parameters

T