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 theinterpolator_cache_dirargument.
alias of
Literal[โnoneโ, โmemoryโ, โdiskโ]