Static methods
staticloadFromKey(model:Model, key:String, muteWarnings:Bool = false):Bool
Load data from the given key.
staticautoSaveAsKey(model:Model, key:String, appendInterval:Float = 1.0, compactInterval:Float = 60.0):Void
staticdecodeHashedString(encoded:String):String
Decode the given encoded
string and return the result or null if it failed.