Vert.x file system base configuration, this class can be extended by provider implementations to configure those specific implementations.
package |
Default |
---|
__construct( $fileSystemOptions = null)
mixed | null
getFileCacheDir() : string
string
isClassPathResolvingEnabled() : boolean
boolean
isFileCachingEnabled() : boolean
boolean
setClassPathResolvingEnabled( $classPathResolvingEnabled) : $this
boolean
$this
setFileCacheDir( $fileCacheDir) : $this
string
$this
setFileCachingEnabled( $fileCachingEnabled) : $this
boolean
$this