Expand description
Cache lock
Structs§
- Cache
Lock - The global cache locking manager
- Read
Lock - ReadLock: the requests who get it need to wait until it is released
- Write
Permit - WritePermit: requires who get it need to populate the cache and then release it
Enums§
- Lock
Status - Status which the read locks could possibly see.
- Locked
- A struct representing locked cache access