Project-specific storage.
Note: Do not use spaces in any IDs or key names. All entity IDs use the same namespace regardless of type.
new (srv:Server, p:String, id:Int)
read only lists:StorageLists
read only maps:StorageMaps
read only sets:StorageSets
lock (key:String):Bool
Try to get a named lock using project storage. Returns immediately in any case.
Parameters:
key
Lock ID.
Returns:
True, if lock acquired. False otherwise.
toString ():String
unlock (key:String):Void
Release a named lock using project storage.