_etsis_cache_init ()
Sets up object cache global scope and assigns it based on the type of caching system used.
Source file: app/functions/global-function.php
Used by
- app/functions/cache-function.php: etsis_cache_get()
- app/functions/cache-function.php: etsis_cache_replace()
- app/functions/cache-function.php: etsis_cache_delete()
- app/functions/cache-function.php: etsis_cache_flush()
- app/functions/cache-function.php: etsis_cache_flush_namespace()
- app/functions/cache-function.php: etsis_cache_set()
- app/functions/cache-function.php: etsis_cache_get_stats()
- app/functions/cache-function.php: etsis_cache_increment()
- app/functions/cache-function.php: etsis_cache_decrement()
- app/functions/cache-function.php: etsis_cache_add() Show 10 more used by
Uses
Source
function _etsis_cache_init() { $app = \Liten\Liten::getInstance(); $driver = $app->hook->apply_filter('etsis_cache_driver', 'file'); $cache = new \app\src\Core\Cache\etsis_Object_Cache($driver); return $cache; }
Expand full source code Collapse full source code View on Github
Changelog
- Since: eduTrac SIS 6.2.0