A distributed cache uses multiple worker threads to access a shared hash table. ...
✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
A distributed cache uses multiple worker threads to access a shared hash table. If the hash table operations (insert, lookup) are individually thread-safe but a sequence of operations is not atomic (e.g., check-then-insert), then: