Static methods

staticgetSavedOrCreate<T>(modelClass:Class<T>, key:String, ?args:Array<Dynamic>):T

staticisBusyKey(key:String):Bool

@:value({ muteWarnings : false })staticloadFromKey(model:Model, key:String, muteWarnings:Bool = false):Bool

Load data from the given key.

@:value({ compactInterval : 60.0, appendInterval : 1.0 })staticautoSaveAsKey(model:Model, key:String, appendInterval:Float = 1.0, compactInterval:Float = 60.0):Void

staticencodeHashedString(str:String):String

Encode the given string str and return the result.

staticdecodeHashedString(encoded:String):String

Decode the given encoded string and return the result or null if it failed.