CacheConfigBuilder
FinalYes
Methods
- build() : CacheConfig
- cache() : self
- cacheDir() : self
- Sets the local filesystem cache directory explicitly, overriding the FLOW_LOCAL_FILESYSTEM_CACHE_DIR env var and the system temp fallback.
- filesystemMount() : self
Methods
build()
public
build(FilesystemTable $fstab, Serializer $serializer[, TelemetryConfig|null $telemetryConfig = null ][, string $dataframeName = 'flow_dataframe' ]) : CacheConfig
Parameters
- $fstab : FilesystemTable
- $serializer : Serializer
- $telemetryConfig : TelemetryConfig|null = null
- $dataframeName : string = 'flow_dataframe'
Return values
CacheConfigcache()
public
cache(Cache $cache) : self
Parameters
- $cache : Cache
Return values
selfcacheDir()
Sets the local filesystem cache directory explicitly, overriding the FLOW_LOCAL_FILESYSTEM_CACHE_DIR env var and the system temp fallback.
public
cacheDir(string|Path $dir) : self
Parameters
- $dir : string|Path
Return values
selffilesystemMount()
public
filesystemMount(string $mount) : self
Parameters
- $mount : string