HybridCacheConfig Interface
Deprecated in 5.2 - will not be removed until after 2026-10-01. Use the new @itwin/presentation-hierarchies
package for creating hierarchies.
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: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.