Expand description
Testing-only StateMgr that stores values in a hash table.
Structsยง
- Testing
State Mgr - A state manager for testing support, that allows simulating persistence without having to store anything to disk.
- Testing
State ๐MgrInner - The inner state of a TestingStateMgr.
- Testing
State ๐MgrStorage - Implementation type for
TestingStateMgr: represents an underlying storage system that can be shared by multiple TestingStateMgr instances at a time, only one of which can hold the lock.