Версия:
System Methods
clearCache
In most scenarios, it is called automatically. An exception is when you explicitly disable cache clearing during a method call, for example, to perform a large volume of similar operations more quickly. After such a series of calls, you can call cache clearing for the class.
getDependence
Used automatically, for example, during cache clearing and cascading deletion (cleanup) of records.
Administrative Methods
unlockRec
Executed automatically, but if something hangs for any reason, an administrator could call this method. In practice, the possibility of manual unlocking by an administrator has never been needed.
showLocks
Allows the administrator to view current locks. As mentioned above, it has not been needed.