__construct()
__destruct()
addFileInCache()
clearCache()
getDir()
getFilesInCache()
readDir()
setDir()
setFilesInCache()
$dir
$files_in_cache
$log
Cache
package | Iss |
---|---|
author | Michael Herzberg |
since | 1.0.0 |
__construct(resource $app) : void
Needs an instance of Slim Framework
resource
Slim Framework resource
__destruct() : void
Destroys all class variables
addFileInCache(string $file) : boolean
string
boolean
clearCache(string $force, integer $cache_time) : array
string
Wenn $force gesetzt ist wird Cache komplett geleert
integer
Description
array
getDir() : string
string
getFilesInCache() : array
array
readDir() : boolean
boolean
setDir(array $dir) : boolean
array
boolean
setFilesInCache($array) : void
array
$dir : string
$files_in_cache : array
$log : resource