WorkCache
spice.util.WorkCache
WorkCache effectively operates on a Key to guarantee that two jobs for the same Key are not concurrently processed and additional checks on the Key will wait for the same result.
Type parameters
- Key
-
the key tied to the work
- Result
-
the result of the work
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article