class FileSystem

Properties

protected $path
protected $options
protected $dataCacheKey

Methods

__construct($path = null)

No description

getCacheKey($name, $hashName = false)

No description

load($key)

No description

write($path, $content)

No description

getTimestamp($key)

No description

getCached($filePath = null)

No description

void
storeCached($filePath, $cacheItem)

Stores result data inside cache.

Details

at line 21
__construct($path = null)

No description

Parameters

$path

string The cache file path

at line 26
getCacheKey($name, $hashName = false)

No description

Parameters

$name
$hashName

at line 39
load($key)

No description

Parameters

$key

at line 46
write($path, $content)

No description

Parameters

$path
$content

at line 72
getTimestamp($key)

No description

Parameters

$key

at line 80
getCached($filePath = null)

No description

Parameters

$filePath

at line 107
void storeCached($filePath, $cacheItem)

Stores result data inside cache.

Parameters

$filePath
$cacheItem

Return Value

void