Unified server class. Glues cache server and slave servers into one application.

Constructor

new ()

Fields

cacheClass:Dynamic

Cache server class.

slaveInfos:Array<_SlaveInfo>

Available slave server types.

Methods

init ():Void

Initializes cache server and all slave servers.

inline print (s:String):Void

Prints a string to stdout.

Parameters:

s

String to print.

start ():Void

Starts unified server. Does not return.