|
static | start (&$config) |
|
static | startProd (&$config) |
| Starts the cache for production. More...
|
|
static | getCacheDirectory () |
|
static | checkCache (&$config, $silent=false) |
|
static | getCacheDirectories (&$config, $silent=false) |
|
static | clearCache (&$config, $type="all") |
|
static | initCache (&$config, $type="all", $silent=false) |
|
static | getControllerCache ($isRest=false) |
|
static | getRouteCache ($routePath, $duration) |
|
static | expired ($key, $duration) |
|
static | isExpired ($path, $duration) |
|
static | setExpired ($routePath, $expired=true) |
|
static | setRouteCache ($routePath) |
|
static | addAdminRoutes () |
|
static | getRoutes () |
|
static | getControllerRoutes ($controllerClass, $isRest=false) |
|
static | addRoute ($path, $controller, $action="index", $methods=null, $name="") |
|
static | getControllersFiles (&$config, $silent=false) |
|
static | getControllers () |
|
static | createOrmModelCache ($classname) |
|
static | getOrmModelCache ($classname) |
|
static | getModelCacheKey ($classname) |
|
static | modelCacheExists ($classname) |
|
static | initModelsCache (&$config, $forChecking=false, $silent=false) |
|
static | getModelsFiles (&$config, $silent=false) |
|
static | getModels (&$config, $silent=false) |
|
static | getRestRoutes () |
|
static | getRestCache () |
|
static | getRestResource ($controllerClass) |
|
static | getRestCacheController ($controllerClass) |
|
Definition at line 14 of file CacheManager.php.
◆ _clearCache()
static _clearCache |
( |
|
$cacheDirectories, |
|
|
|
$type, |
|
|
|
$typeRef |
|
) |
| |
|
staticprivate |
◆ _getFiles()
static _getFiles |
( |
& |
$config, |
|
|
|
$type, |
|
|
|
$silent = false |
|
) |
| |
|
staticprotected |
◆ checkCache()
static checkCache |
( |
& |
$config, |
|
|
|
$silent = false |
|
) |
| |
|
static |
◆ clearCache()
static clearCache |
( |
& |
$config, |
|
|
|
$type = "all" |
|
) |
| |
|
static |
◆ getCacheDirectories()
static getCacheDirectories |
( |
& |
$config, |
|
|
|
$silent = false |
|
) |
| |
|
static |
◆ getCacheDirectory()
static getCacheDirectory |
( |
| ) |
|
|
static |
◆ getCacheInstance()
static getCacheInstance |
( |
& |
$config, |
|
|
|
$cacheDirectory, |
|
|
|
$postfix |
|
) |
| |
|
staticprotected |
◆ initCache()
static initCache |
( |
& |
$config, |
|
|
|
$type = "all" , |
|
|
|
$silent = false |
|
) |
| |
|
static |
◆ initialGetCacheDirectory()
static initialGetCacheDirectory |
( |
& |
$config | ) |
|
|
staticprivate |
◆ register()
static register |
( |
AnnotationManager |
$annotationManager | ) |
|
|
staticprivate |
◆ safeMkdir()
◆ start()
static start |
( |
& |
$config | ) |
|
|
static |
◆ startProd()
static startProd |
( |
& |
$config | ) |
|
|
static |
Starts the cache for production.
- Parameters
-
Definition at line 36 of file CacheManager.php.
◆ $cache
◆ $cacheDirectory
The documentation for this class was generated from the following file: