Granada\ORM::clear_cache PHP Méthode

clear_cache() public static méthode

Clear the query cache
public static clear_cache ( )
    public static function clear_cache()
    {
        self::$_query_cache = array();
    }
ORM