This repository was archived by the owner on Feb 17, 2022. It is now read-only.
Added Cache Locking
This version maintains the same syntax but adds a fourth parameter to use a cache lock. This will avoid data races when multiple process execute the same query without waiting until the cache data is available.
What's added?
- The
waitfourth parameter to acquire a cache lock.