- fixed some problems with "build system" index, #666
This commit is contained in:
@@ -905,7 +905,8 @@ abstract class BasicModel extends \DB\Cortex {
|
||||
* @return bool
|
||||
*/
|
||||
public static function existsCacheValue(string $key, &$val = null){
|
||||
return self::getF3()->exists($key, $val);
|
||||
$cache = \Cache::instance();
|
||||
return $cache->exists(self::getF3()->hash($key).'.var',$val);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user