Factory
Cache factory
Static Method Summary
| Static Public Methods | ||
| public static |
create(name: string, args: *): AbstractDriver |
|
| public static |
s3(args: *): VoidDriver |
|
| public static |
void(args: *): VoidDriver |
|
Static Public Methods
public static create(name: string, args: *): AbstractDriver source
Params:
| Name | Type | Attribute | Description |
| name | string | ||
| args | * |
public static s3(args: *): VoidDriver source
Params:
| Name | Type | Attribute | Description |
| args | * |
public static void(args: *): VoidDriver source
Params:
| Name | Type | Attribute | Description |
| args | * |