clearByGlob()
get()
getFilename()
getOptions()
has()
remove()
set()
setOptions()
start()
createDirectoryStructure()
detectPageId()
pageId2Filename()
pageId2Path()
putFileContent()
$options
clearByGlob(string $pattern)
get(null | string $pageId) : string | null
nullstring
\Zend\Cache\Exception\LogicException |
|
---|---|
\Zend\Cache\Exception\RuntimeException |
string
null
getFilename(null | string $pageId) : string
nullstring
string
getOptions() : \Zend\Cache\Pattern\PatternOptions
inherited_from | \Zend\Cache\Pattern\AbstractPattern::getOptions() |
---|
has(null | string $pageId) : bool
remove(null | string $pageId) : bool
nullstring
\Zend\Cache\Exception\LogicException |
|
---|---|
\Zend\Cache\Exception\RuntimeException |
bool
set(string $content, null | string $pageId)
setOptions(\Zend\Cache\Pattern\PatternOptions $options) : \Zend\Cache\Pattern\AbstractPattern
inherited_from | \Zend\Cache\Pattern\AbstractPattern::setOptions() |
---|
\Zend\Cache\Pattern\PatternOptions
\Zend\Cache\Exception\InvalidArgumentException |
---|
start(string $pageId) : void
string
Page identifier
createDirectoryStructure(string $pathname) : void
detectPageId() : string
pageId2Filename(string $pageId) : string
string
string
pageId2Path(string $pageId) : string
string
string
putFileContent(string $file, string $data) : void
string
File complete path
string
Data to write
\Zend\Cache\Exception\RuntimeException |
---|