Granada\ORM::clear_cache PHP Method

clear_cache() public static method

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