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