clearByGlob()
get()
getOptions()
has()
remove()
set()
setOptions()
start()
createDirectoryStructure()
detectPageId()
pageId2Filename()
pageId2Path()
putFileContent()
$options
clearByGlob(string $pattern)
get(null | string $pageId) : bool | string
nullstring
\Zend\Cache\Exception\LogicException |
|
|---|---|
\Zend\Cache\Exception\RuntimeException |
boolstring
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 |
boolset(string $content, null | string $pageId)
setOptions(\Zend\Cache\Pattern\PatternOptions $options) : \Zend\Cache\Pattern\AbstractPattern
| inherited_from | \Zend\Cache\Pattern\AbstractPattern::setOptions() |
|---|
array\Traversable\Zend\Cache\Pattern\PatternOptions
\Zend\Cache\Exception\InvalidArgumentException |
|---|
start(string $pageId) : void
stringPage identifier
createDirectoryStructure(string $pathname) : void
detectPageId() : string
pageId2Filename(string $pageId) : string
string
stringpageId2Path(string $pageId) : string
string
stringputFileContent(string $file, string $data) : void
stringFile complete path
stringData to write
\Zend\Cache\Exception\RuntimeException |
|---|