Ejemplo n.º 1
0
 public static function get($file, $header = false)
 {
     return \SYSTEM\CACHE\cache::get(self::CACHE_SCSS, self::ident($file), $header);
 }
Ejemplo n.º 2
0
 public static function get($ident, $header = false)
 {
     return \SYSTEM\CACHE\cache::get(self::CACHE_CSS, $ident, $header);
 }
Ejemplo n.º 3
0
 public static function call_cache($id, $ident)
 {
     return \SYSTEM\CACHE\cache::get($id, $ident, true);
 }