cherab.imas.ggd.base_mesh.InterpolatorCacheModeยถ

cherab.imas.ggd.base_mesh.InterpolatorCacheModeยถ

Cache mode for interpolator templates.

  • "none": No caching; build a new interpolator template on each call.

  • "memory": Cache the interpolator template in memory for the current process lifetime.

  • "disk": Cache the interpolator template on disk for reuse across processes and sessions. The cache directory can be specified via the interpolator_cache_dir argument.

alias of Literal[โ€˜noneโ€™, โ€˜memoryโ€™, โ€˜diskโ€™]