pub fn create_instance<T: Send + 'static + PhysicalMemory>(
    conn: T,
    lib: LibArc,
    args: &ConnectorArgs,
    no_default_cache: bool
) -> ConnectorInstanceArcBox<'static>
Expand description

This creates a cglue plugin instance from the given PhysicalMemory object. This also configures caching based on the provided input args.