◆ setConcurrency()
Builder fiftyone.caching.LruPutCache< K, V >.Builder.setConcurrency | ( | int | concurrency | ) |
Set the expected number of concurrent requests to the cache.
This will determine the number linked lists used in the cache structure. For details see description of multiple linked lists in LruCacheBase.
- Parameters
-
- concurrency - the expected number of concurrent requests to the cache.
- Returns
- this builder