Options
Less than 1 minute
Options
class Options extends \Hazaar\Model\StructExtends: Hazaar\Model\Struct
Properties
cache_by_default
Whether function calls are cached unless explicitly excluded.
public bool $cache_by_default = trueType: bool
cached_functions
Functions that should be cached when cache_by_default is disabled.
public array $cached_functionsType: array
non_cached_functions
Functions that should not be cached when cache_by_default is enabled.
public array $non_cached_functionsType: array
Generated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:16 +0000