Options
Less than 1 minute
Options
class Options extends \Hazaar\Model\StructExtends: Hazaar\Model\Struct
Properties
cache_dir
public string $cache_dirType: string
file_prefix
public string $file_prefixType: string
use_zlib
Whether stored values are compressed with zlib.
public bool $use_zlibType: bool
ttl
Namespace time-to-live in seconds. A value of 0 disables namespace expiry.
public int $ttlType: int
flush
Age (in seconds) after which unaccessed cache files are checked for expiry cleanup.
public int $flush = 3600Type: int
keysize
B-Tree store key size.
public int $keysize = 32Type: int
slotsize
B-Tree store slot size.
public int $slotsize = 16Type: int
Generated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:16 +0000