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 | 
stringnull
getFilename(null | string $pageId) : string
nullstring
stringgetOptions() : \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() | 
|---|
\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 | 
|---|