Interface

Gck-2GckObjectCacheConstructorProps

interface ConstructorProps {
    attributes: Attributes | null;
    handle: number | bigint;
    module: Gck.Module;
    session: Gck.Session;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gck.Object.ConstructorProps

Properties

attributes: Attributes | null

Properties - Inherited from Gck.Object.ConstructorProps

handle: number | bigint
module: Gck.Module
session: Gck.Session