Values.KxDatabaseCacheConfigurationSourceThe structure of database cache configuration that is used for mapping database paths to cache types in clusters.
type nonrec t = {cacheType : KxCacheStorageType.t;The type of disk cache. This parameter is used to map the database path to cache storage. The valid values are: CACHE_1000 – This type provides at least 1000 MB/s disk access throughput.
*)dbPaths : DbPaths.t;Specifies the portions of database that will be loaded into the cache for access.
*)dataviewName : KxDataviewName.t option;The name of the dataview to be used for caching historical data on disk.
*)}val make :
?dataviewName:??? ->
cacheType:KxCacheStorageType.t ->
dbPaths:DbPaths.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of DbPath.t ] list
| `String of KxCacheStorageType.t ])
list ]