HybridCacheConfig Interface
Configuration for the experimental hybrid hierarchy cache.
Hybrid cache uses a combination of in-memory and disk caches, which should make it a better alternative for cases when there are lots of simultaneous requests.
@see Hybrid cache documentation page
Extends
Properties
Name | Type | Description | |
---|---|---|---|
disk | DiskHierarchyCacheConfig | undefined | Configuration for disk cache used to persist hierarchies. | |
mode | Hybrid |
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.