Interface ScriptObjectStorage

    • Method Detail

      • lock

        void lock()
        Locks the storage for exclusive access. If some other process owns the lock over the same storage key, this method is held until the lock is released. The storage is re-read from the database before returning, so it is always safe to update it afterwards.