public static function get($file, $header = false) { return \SYSTEM\CACHE\cache::get(self::CACHE_SCSS, self::ident($file), $header); }
public static function get($ident, $header = false) { return \SYSTEM\CACHE\cache::get(self::CACHE_CSS, $ident, $header); }
public static function call_cache($id, $ident) { return \SYSTEM\CACHE\cache::get($id, $ident, true); }