Detailed Description
Collection configuration structure which defines how the collection should be created by the create methods.
Public Attributes
| uint32_t | loaded
Number of items to load into memory from the start of the collection.
|
| uint32_t | capacity
Number of items the cache should store, 0 for no cache.
|
| uint16_t | concurrency
Expected number of concurrent requests, 1 or greater.
|
The documentation for this struct was generated from the following file:
