PersistCacheCommand
Table of Contents
-
$cacheDirectory
: string
-
$useCache
: bool
-
__construct()
: mixed
-
getCacheDirectory()
: string
-
useCache()
: bool
$cacheDirectory
private
string
$cacheDirectory
$useCache
private
bool
$useCache
__construct()
public
__construct(string $cacheDirectory[, bool $useCache = false ]) : mixed
Parameters
-
$cacheDirectory
: string
-
-
$useCache
: bool
= false
-
Return values
mixed
—
getCacheDirectory()
public
getCacheDirectory() : string
Return values
string
—
useCache()
public
useCache() : bool
Return values
bool
—