lock property
Lock
lock
final
A lock used to synchronize access to the cache for thread safety.
Implementation
final Lock lock = Lock();
A lock used to synchronize access to the cache for thread safety.
final Lock lock = Lock();