Module lock

Source
Expand description

Cache lock

Structs§

CacheLock
The global cache locking manager
ReadLock
ReadLock: the requests who get it need to wait until it is released
WritePermit
WritePermit: requires who get it need to populate the cache and then release it

Enums§

LockStatus
Status which the read locks could possibly see.
Locked
A struct representing locked cache access