Ubiquity
2.0.3
php rapid development framework
|
Static Public Member Functions | |
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 ($subClass="\biquity\ontrollers\ontroller", $backslash=false, $includeSubclass=false) |
![]() | |
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) |
Static Public Attributes | |
static | $cache |
Static Protected Member Functions | |
static | getCacheInstance (&$config, $cacheDirectory, $postfix) |
static | _getFiles (&$config, $type, $silent=false) |
![]() | |
static | _getFiles (&$config, $type, $silent=false) |
![]() | |
static | _getFiles (&$config, $type, $silent=false) |
Static Private Member Functions | |
static | initialGetCacheDirectory (&$config) |
static | safeMkdir ($dir) |
static | _clearCache ($cacheDirectories, $type, $typeRef) |
static | register (AnnotationManager $annotationManager) |
Static Private Attributes | |
static | $cacheDirectory |
Definition at line 14 of file CacheManager.php.
|
staticprivate |
Definition at line 108 of file CacheManager.php.
|
staticprotected |
Definition at line 124 of file CacheManager.php.
|
static |
Definition at line 70 of file CacheManager.php.
|
static |
Definition at line 100 of file CacheManager.php.
|
static |
Definition at line 78 of file CacheManager.php.
|
static |
Definition at line 66 of file CacheManager.php.
|
staticprotected |
Definition at line 42 of file CacheManager.php.
|
static |
Definition at line 113 of file CacheManager.php.
|
staticprivate |
Definition at line 57 of file CacheManager.php.
|
staticprivate |
Definition at line 132 of file CacheManager.php.
|
staticprivate |
Definition at line 95 of file CacheManager.php.
|
static |
Definition at line 23 of file CacheManager.php.
|
static |
Starts the cache for production.
array | $config |
Definition at line 36 of file CacheManager.php.
|
static |
Definition at line 20 of file CacheManager.php.
|
staticprivate |
Definition at line 21 of file CacheManager.php.