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 undefined | DiskHierarchyCacheConfig Configuration for disk cache used to persist hierarchies.  
mode Hybrid    

Defined in

Last Updated: 16 April, 2024